Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCS] Add deprecation notice for reset password tool #78793

Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/reference/migration/migrate_8_0/security.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,25 @@
//Installation and Upgrade Guide

//tag::notable-breaking-changes[]
[[deprecate-elasticsearch-setup-passwords]]
.The `elasticsearch-setup-passwords` tool is deprecated.
[%collapsible]
====
*Details* +
In 8.0, we're deprecating the `elasticsearch-setup-passwords` tool. To
manually reset the password for the `elastic` user, use the
<<reset-elastic-password,`elasticsearch-reset-elastic-password`>> tool. To
jrodewig marked this conversation as resolved.
Show resolved Hide resolved
change passwords for other users, use either {kib} or the {es}
<<security-api-change-password,change passwords API>>. We will remove the
jrodewig marked this conversation as resolved.
Show resolved Hide resolved
`elasticsearch-setup-passwords` tool in a future release.

*Impact* +
When starting {es} for the first time, passwords are generated automatically for
the `elastic` and `kibana_system` users. If you run the
`elasticsearch-setup-passwords` tool after starting {es}, the command fails
because the password for the `elastic` user is already configured.
lockewritesdocs marked this conversation as resolved.
Show resolved Hide resolved
====

.The file and native realms are now enabled unless explicitly disabled.
[%collapsible]
====
Expand Down