Skip to content

Commit dbae451

Browse files
committed
Document "manage_api_key" cluster privilege
Relates: elastic/elasticsearch#43728 Co-Authored-By: Lisa Cawley <[email protected]> Backport of: #395
1 parent 3d49882 commit dbae451

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,25 @@ 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],
28+
{ref}/security-api-get-api-key.html[retrieving information about API keys], and
29+
{ref}/security-api-invalidate-api-key.html[invalidating API keys].
30+
+
31+
--
32+
[NOTE]
33+
======
34+
35+
* When you create new API keys, they will always be owned by the authenticated
36+
user.
37+
* When you have this privilege, you can invalidate your own API keys and those
38+
owned by other users.
39+
40+
======
41+
42+
--
43+
2544
`manage_ccr`::
2645
All {ccr} operations related to managing follower indices and auto-follow
2746
patterns. It also includes the authority to grant the privileges necessary to

0 commit comments

Comments
 (0)