浏览代码

[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.
Albert Zaharovits 7 年之前
父节点
当前提交
07cce95305
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      docs/reference/setup/secure-settings.asciidoc

+ 0 - 3
docs/reference/setup/secure-settings.asciidoc

@@ -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,