Skip to content

Commit

Permalink
[DOCS] Remove reload password from docs cf. #32889
Browse files Browse the repository at this point in the history
Reload call `_nodes/reload_secure_settings` is not requiring
an empty password anymore (#32889). Reflect this in docs.
  • Loading branch information
albertzaharovits committed Aug 23, 2018
1 parent 50441f9 commit 07cce95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/reference/setup/secure-settings.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ using the `bin/elasticsearch-keystore add` command, call:
[source,js]
----
POST _nodes/reload_secure_settings
{
"secure_settings_password": ""
}
----
// CONSOLE
This API will decrypt and re-read the entire keystore, on every cluster node,
Expand Down

0 comments on commit 07cce95

Please sign in to comment.