-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Remove doPrivileged from ES modules #127848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Continuing the cleanup of SecurityManager related code, this commit removes uses of doPrivileged in all Elasticsearch modules.
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
|
A large portion of this was removed from the repository modules, so asking distrib for review. |
|
Note that the line count of the PR looks bigger than it actually is: most of it is just indentation change from extracting a lambda out. |
DaveCTurner
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
@elasticmachine update branch |
💔 Backport failed
You can use sqren/backport to manually backport by running |
Continuing the cleanup of SecurityManager related code, this commit removes uses of doPrivileged in all Elasticsearch modules.
Continuing the cleanup of SecurityManager related code, this commit removes uses of doPrivileged in all Elasticsearch modules.
* Remove doPrivileged from ES modules (#127848) Continuing the cleanup of SecurityManager related code, this commit removes uses of doPrivileged in all Elasticsearch modules. * [CI] Auto commit changes from spotless * fix checkstyle --------- Co-authored-by: elasticsearchmachine <[email protected]>
Continuing the cleanup of SecurityManager related code, this commit removes uses of doPrivileged in all Elasticsearch modules.