mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
* [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:
parent
6b2861c240
commit
777d7e646d
3 changed files with 5 additions and 4 deletions
|
@ -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[]
|
||||
|
|
|
@ -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.
|
|
@ -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[]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue