From 92f2f00fe21ea058fc1ec073a014f8e0d4c9e8b2 Mon Sep 17 00:00:00 2001 From: Tim Vernum Date: Mon, 1 Jul 2019 20:59:08 +1000 Subject: [PATCH] Document "manage_api_key" cluster privilege Relates: elastic/elasticsearch#43728 --- docs/en/stack/security/authorization/privileges.asciidoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/en/stack/security/authorization/privileges.asciidoc b/docs/en/stack/security/authorization/privileges.asciidoc index 3aaf2194b..79664d9c8 100644 --- a/docs/en/stack/security/authorization/privileges.asciidoc +++ b/docs/en/stack/security/authorization/privileges.asciidoc @@ -22,6 +22,14 @@ This includes snapshotting, updating settings, and rerouting. It also includes obtaining snapshot and restore status. This privilege does not include the ability to manage security. +`manage_api_key`:: +All security-related operations on {es} API Keys, including +{ref}/security-api-create-api-key.html[creating new API keys] (these will always +be owned by the authenticated user) as well as +{ref}/security-api-get-api-key.html[retrieving information about API keys] and +{ref}/security-api-invalidate-api-key.html[invalidating API keys] +(including those owned by other users). + `manage_ccr`:: All {ccr} operations related to managing follower indices and auto-follow patterns. It also includes the authority to grant the privileges necessary to