Skip to content

Commit

Permalink
Update password hashing command in configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
AxFrancois committed Jan 3, 2025
1 parent 6826b4a commit b8e2672
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion data-node/migration/env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ GRAYLOG_PASSWORD_SECRET=
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If you need to change it,
# modify it in this file.
# Create one by using for example: echo -n yourpassword | shasum -a 256
# Create one by using for example: echo -n yourpassword | sha256sum
# and put the resulting hash value into the following line
# CHANGE THIS!
GRAYLOG_ROOT_PASSWORD_SHA2=
2 changes: 1 addition & 1 deletion misc/datanode.conf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ password_secret =
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If you need to change it,
# modify it in this file.
# Create one by using for example: echo -n yourpassword | shasum -a 256
# Create one by using for example: echo -n yourpassword | sha256sum
# and put the resulting hash value into the following line
root_password_sha2 =

Expand Down
2 changes: 1 addition & 1 deletion misc/graylog.conf
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ password_secret =
# system and in case you lose connectivity to your authentication backend)
# This password cannot be changed using the API or via the web interface. If you need to change it,
# modify it in this file.
# Create one by using for example: echo -n yourpassword | shasum -a 256
# Create one by using for example: echo -n yourpassword | sha256sum
# and put the resulting hash value into the following line
root_password_sha2 =

Expand Down

0 comments on commit b8e2672

Please sign in to comment.