Skip to content

Commit 3fb0cb9

Browse files
authored
Docs: Clarify password protection support with keystore (#28157)
closes #27932
1 parent 5ac05fa commit 3fb0cb9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/reference/setup/secure-settings.asciidoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33

44
Some settings are sensitive, and relying on filesystem permissions to protect
55
their values is not sufficient. For this use case, Elasticsearch provides a
6-
keystore, which may be password protected, and the `elasticsearch-keystore`
7-
tool to manage the settings in the keystore.
6+
keystore and the `elasticsearch-keystore` tool to manage the settings in the keystore.
87

98
NOTE: All commands here should be run as the user which will run Elasticsearch.
109

@@ -14,6 +13,9 @@ documentation for each setting to see if it is supported as part of the keystore
1413
NOTE: All the modifications to the keystore take affect only after restarting
1514
Elasticsearch.
1615

16+
NOTE: The elasticsearch keystore currently only provides obfuscation. In the future,
17+
password protection will be added.
18+
1719
[float]
1820
[[creating-keystore]]
1921
=== Creating the keystore

0 commit comments

Comments
 (0)