-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Return failure store privileges via get built-in privileges API #125852
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
Return failure store privileges via get built-in privileges API #125852
Conversation
| # an assertion for that | ||
| - length: { "cluster" : 62 } | ||
| - length: { "index" : 22 } | ||
| - length: { "index" : 24 } |
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.
This test has been disabled in release builds for some time. I'll depend on that for now. We can remove it from the blacklist after feature flag removal.
|
Pinging @elastic/es-security (Team:Security) |
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! We'll need the same for the Serverless repo, too.
Right, I'll address Serverless too. Thanks! 👍 |
💚 Backport successful
|
…tic#125852) Return `read_failure_store` and `manage_failure_store` via `GET /_security/privilege/_builtin` API.
Return
read_failure_storeandmanage_failure_storeviaGET /_security/privilege/_builtinAPI.