16 lines
1.2 KiB
Bash
Executable file
16 lines
1.2 KiB
Bash
Executable file
# You MUST set a secret to secure/pepper the stored user passwords here. Use at least 64 characters.
|
|
# Generate one by using for example: pwgen -N 1 -s 96
|
|
# ATTENTION: This value must be the same on all Graylog nodes in the cluster.
|
|
# Changing this value after installation will render all user sessions and encrypted values in the database invalid. (e.g. encrypted access tokens)
|
|
GRAYLOG_PASSWORD_SECRET="TZ3XajhzIBugTl61oNNgrWL0OHTn4qYcNAuzTTHWRKYxxWf61oAEpHOpesLoP7ssgqBTuainTBX6YIVAcYs2de2jhPHQBYD5"
|
|
|
|
# You MUST specify a hash password for the root user (which you only need to initially set up the
|
|
# 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
|
|
# and put the resulting hash value into the following line
|
|
# CHANGE THIS!
|
|
GRAYLOG_ROOT_PASSWORD_SHA2="1b12de7f4069972e784d42dbe826c0769f1287412cd35479de127fcf816699dc"
|
|
PG_PASS=KzxbC4hiuEFAuACIijO8EGWa8YvO901BXmh39wBhS5pQv3XV
|
|
AUTHENTIK_SECRET_KEY=g8JIvopgkcpIeRUKgfT5KwHFUwGNBFobwhHMHx08wPTJTtAlmqllAwmr6u4jk+ng8O1gbV/gwZnYylMn
|