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 and Yogesh Gaikwad committed Sep 3, 2019
1 parent 67bf440 commit 93ea8b8
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 @@ -71,6 +71,13 @@ roles of the user who created or updated them.

--

`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 93ea8b8

Please sign in to comment.