瀏覽代碼

[DOCS] Clarify that passwords are not preserved for `kibana_system` user (#59449)

Updates the 8.0 breaking changes to clarify that passwords for the removed
`kibana` user are not preserved for the replacement `kibana_system` users.

Closes #59353
James Rodewig 5 年之前
父節點
當前提交
3a5013ea63
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      docs/reference/migration/migrate_8_0/security.asciidoc

+ 4 - 1
docs/reference/migration/migrate_8_0/security.asciidoc

@@ -219,7 +219,7 @@ on startup.
 [[builtin-users-changes]]
 ==== Changes to built-in users
 
-.The `kibana` user has been renamed `kibana_system`.
+.The `kibana` user has been replaced by `kibana_system`.
 [%collapsible]
 ====
 *Details* +
@@ -243,6 +243,9 @@ then you should update to use the new `kibana_system` user instead:
 --------------------------------------------------
 elasticsearch.username: kibana_system
 --------------------------------------------------
+
+IMPORTANT: The new `kibana_system` user does not preserve the previous `kibana`
+user password. You must explicitly set a password for the `kibana_system` user.
 ====
 
 [discrete]