Skip to content

Commit

Permalink
Add manage_own_api_key cluster privilege documentation (#465)
Browse files Browse the repository at this point in the history
This commit documents manage_own_api_key cluster privilege.

Related to elastic/elasticsearch#45897 and elastic/elasticsearch#40031
  • Loading branch information
bizybot authored Sep 2, 2019
1 parent db0773e commit 677d087
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/en/stack/security/authorization/privileges.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ Enables the use of {es} APIs
{ref}/security-api-oidc-logout.html[OpenID Connect Logout])
to initiate and manage OpenID Connect authentication on behalf of other users.

`manage_own_api_key`::
All security-related operations on {es} API keys that are owned by the current
authenticated user. The operations include
{ref}/security-api-create-api-key.html[creating new API keys],
{ref}/security-api-get-api-key.html[retrieving information about API keys], and
{ref}/security-api-invalidate-api-key.html[invalidating API keys].

`manage_pipeline`::
All operations on ingest pipelines.

Expand Down

0 comments on commit 677d087

Please sign in to comment.