We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
manage_own_api_key
1 parent db0773e commit 677d087Copy full SHA for 677d087
docs/en/stack/security/authorization/privileges.asciidoc
@@ -78,6 +78,13 @@ Enables the use of {es} APIs
78
{ref}/security-api-oidc-logout.html[OpenID Connect Logout])
79
to initiate and manage OpenID Connect authentication on behalf of other users.
80
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
+
88
`manage_pipeline`::
89
All operations on ingest pipelines.
90
0 commit comments