diff --git a/src/ahriman/core/formatters/configuration_printer.py b/src/ahriman/core/formatters/configuration_printer.py index 903125ed..8116f429 100644 --- a/src/ahriman/core/formatters/configuration_printer.py +++ b/src/ahriman/core/formatters/configuration_printer.py @@ -36,7 +36,9 @@ class ConfigurationPrinter(StringPrinter): HIDE_KEYS = [ "api_key", # telegram key "client_secret", # oauth secret + "cookie_secret_key", # cookie secret key "password", # generic password (github, email, web server, etc) + "salt", # password default salt "secret_key", # aws secret key ]