Skip to content

Commit

Permalink
doc: clarify how to reset the default user's password (#7181)
Browse files Browse the repository at this point in the history
Add a link to explain how to rotate default elastic user password.

Signed-off-by: Craig Rodrigues <[email protected]>
  • Loading branch information
rodrigc authored Sep 27, 2023
1 parent 03367f5 commit f080020
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ For example, the password of the `elastic` user for an Elasticsearch cluster nam
kubectl get secret quickstart-es-elastic-user -o go-template='{{.data.elastic | base64decode}}'
----

To rotate this password, refer to: <<{p}-rotate-credentials>>.

== Creating custom users

WARNING: Do not run the `elasticsearch-service-tokens` command inside an Elasticsearch Pod managed by the operator. This would overwrite the service account tokens used internally to authenticate the Elastic stack applications.
Expand Down

0 comments on commit f080020

Please sign in to comment.