Skip to content

Commit 677d087

Browse files
authored
Add manage_own_api_key cluster privilege documentation (#465)
This commit documents manage_own_api_key cluster privilege. Related to elastic/elasticsearch#45897 and elastic/elasticsearch#40031
1 parent db0773e commit 677d087

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,13 @@ Enables the use of {es} APIs
7878
{ref}/security-api-oidc-logout.html[OpenID Connect Logout])
7979
to initiate and manage OpenID Connect authentication on behalf of other users.
8080

81+
`manage_own_api_key`::
82+
All security-related operations on {es} API keys that are owned by the current
83+
authenticated user. The operations include
84+
{ref}/security-api-create-api-key.html[creating new API keys],
85+
{ref}/security-api-get-api-key.html[retrieving information about API keys], and
86+
{ref}/security-api-invalidate-api-key.html[invalidating API keys].
87+
8188
`manage_pipeline`::
8289
All operations on ingest pipelines.
8390

0 commit comments

Comments
 (0)