[DOCS] Moves encryption key doc to tools section (#121021) (#121344)

* [DOCS] Moves encryption key doc to tools section

* Update docs/user/commands/encryption-keys/index.asciidoc

Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Co-authored-by: Joe Portner <5295965+jportner@users.noreply.github.com>
This commit is contained in:
gchaps 2021-12-15 11:08:20 -08:00 committed by GitHub
parent 6b2861c240
commit 777d7e646d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View file

@ -3,6 +3,8 @@
{kib} provides the following tools for configuring security and performing other tasks from the command line:
* <<kibana-encryption-keys,`kibana-encryption-keys`>>
* <<kibana-verification-code,`kibana-verification-code`>>
include::kibana-verification-code.asciidoc[]
include::encryption-keys/index.asciidoc[]
include::kibana-verification-code.asciidoc[]

View file

@ -1,5 +1,5 @@
[[kibana-encryption-keys]]
=== Set up encryption keys to protect sensitive information
=== kibana-encryption-keys
The `kibana-encryption-keys` command helps you set up encryption keys that {kib} uses
to protect sensitive information.

View file

@ -37,7 +37,7 @@ see {ref}/authorization.html[User authorization].
[NOTE]
============================================================================
Managing roles that grant <<kibana-privileges>> using the {es}
Managing roles that grant <<kibana-privileges>> using the {es}
{ref}/security-api.html#security-role-apis[role management APIs] is not supported. Doing so will likely
cause Kibana's authorization to behave unexpectedly.
============================================================================
@ -45,5 +45,4 @@ cause Kibana's authorization to behave unexpectedly.
include::authorization/index.asciidoc[]
include::authorization/kibana-privileges.asciidoc[]
include::api-keys/index.asciidoc[]
include::encryption-keys/index.asciidoc[]
include::role-mappings/index.asciidoc[]