From b8e26725d1a1676429c6efd5343a9efb6c9a6ba1 Mon Sep 17 00:00:00 2001 From: Axel Francois Date: Fri, 3 Jan 2025 17:47:00 +0100 Subject: [PATCH] Update password hashing command in configuration files --- data-node/migration/env | 2 +- misc/datanode.conf | 2 +- misc/graylog.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data-node/migration/env b/data-node/migration/env index 1be738ba925c..7a963cb0a334 100644 --- a/data-node/migration/env +++ b/data-node/migration/env @@ -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= diff --git a/misc/datanode.conf b/misc/datanode.conf index 4e7650b8afdf..d09e5f5e8b09 100644 --- a/misc/datanode.conf +++ b/misc/datanode.conf @@ -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 = diff --git a/misc/graylog.conf b/misc/graylog.conf index e41f0c55b91a..7dc7ebd8b7d5 100644 --- a/misc/graylog.conf +++ b/misc/graylog.conf @@ -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 =