Skip to content

Commit f45dd0a

Browse files
[DOCS] Remove reload password from docs cf. #32889
Reload call `_nodes/reload_secure_settings` is not requiring an empty password anymore (#32889). Reflect this in docs.
1 parent 1fea51c commit f45dd0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docs/reference/setup/secure-settings.asciidoc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,6 @@ using the `bin/elasticsearch-keystore add` command, call:
9191
[source,js]
9292
----
9393
POST _nodes/reload_secure_settings
94-
{
95-
"secure_settings_password": ""
96-
}
9794
----
9895
// CONSOLE
9996
This API will decrypt and re-read the entire keystore, on every cluster node,

0 commit comments

Comments
 (0)