Skip to content

Commit 92f2f00

Browse files
committed
Document "manage_api_key" cluster privilege
Relates: elastic/elasticsearch#43728
1 parent 6360130 commit 92f2f00

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/en/stack/security/authorization/privileges.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,14 @@ This includes snapshotting, updating settings, and rerouting. It also includes
2222
obtaining snapshot and restore status. This privilege does not include the
2323
ability to manage security.
2424

25+
`manage_api_key`::
26+
All security-related operations on {es} API Keys, including
27+
{ref}/security-api-create-api-key.html[creating new API keys] (these will always
28+
be owned by the authenticated user) as well as
29+
{ref}/security-api-get-api-key.html[retrieving information about API keys] and
30+
{ref}/security-api-invalidate-api-key.html[invalidating API keys]
31+
(including those owned by other users).
32+
2533
`manage_ccr`::
2634
All {ccr} operations related to managing follower indices and auto-follow
2735
patterns. It also includes the authority to grant the privileges necessary to

0 commit comments

Comments
 (0)