-
Notifications
You must be signed in to change notification settings - Fork 254
DOC Add snapshot_user built-in role #212
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
DOC Add snapshot_user built-in role #212
Conversation
| Grants the necessary privileges to create snapshots of **all** the indices and | ||
| to view their metadata. This role enables users to view the configuration of | ||
| existing snapshot repositories and of the snapshot details. It does not enable | ||
| users to change or restore any of them. It also does not enable users to change |
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.
The "them" is a little unclear here. Is it just "snapshots", "snapshot repositories", or "snapshot details"?
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.
All of them. This is poorly worded. I tried to say a lot in a few words and it did not turn up well.
I have pushed 6ba2c46
Co-Authored-By: albertzaharovits <[email protected]>
|
Lisa suggested I open a PR for the kibana's side of cluster privileges and I followed suit elastic/kibana#31086 . Thank you Lisa! |
This is the docs part for the `snapshot_user` role and the `create_snapshot` cluster privilege which were added in [elastic/elasticsearch#35820](elastic/elasticsearch#35820)
This is the docs part for the `snapshot_user` role and the `create_snapshot` cluster privilege which were added in [elastic/elasticsearch#35820](elastic/elasticsearch#35820)
This is the docs part for the `snapshot_user` role and the `create_snapshot` cluster privilege which were added in [elastic/elasticsearch#35820](elastic/elasticsearch#35820)
The
snapshot_userrole was added in elastic/elasticsearch#35820 , this is the docs part. It also adds a doc snippet on thecreate_snapshotcluster privilege.Follow-up on elastic/elasticsearch#35820 (comment)