From 7b8d7b3565c899557b2d09ca134bc8f6735e7fff Mon Sep 17 00:00:00 2001 From: David Landry Date: Wed, 9 Oct 2024 16:42:26 -0400 Subject: [PATCH] fix(authelia): enable filesystem notifier --- apps/authelia/base/authelia.custom.yaml | 6 ++++-- apps/authelia/values.yaml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/authelia/base/authelia.custom.yaml b/apps/authelia/base/authelia.custom.yaml index 0223efd..a062dae 100644 --- a/apps/authelia/base/authelia.custom.yaml +++ b/apps/authelia/base/authelia.custom.yaml @@ -145,7 +145,9 @@ data: ban_time: '5 minutes' storage: notifier: - disable_startup_check: true + disable_startup_check: false + filesystem: + filename: '/config/notification.txt' access_control: default_policy: 'two_factor' ... @@ -222,7 +224,7 @@ spec: app.kubernetes.io/managed-by: Helm helm.sh/chart: authelia-0.9.9 annotations: - authelia.com/checksum-config: 006bc5d2a8e6cd74f00c0997a5f019130c7fcf03d794081d7dab493cba204888 + authelia.com/checksum-config: 7bc79c85b810fad05b2739aa5f71d36618db4372c45faf691c5baf04ad6a490e spec: hostNetwork: false diff --git a/apps/authelia/values.yaml b/apps/authelia/values.yaml index cf7fdc5..0e9c444 100644 --- a/apps/authelia/values.yaml +++ b/apps/authelia/values.yaml @@ -1059,7 +1059,7 @@ configMap: ## The available providers are: filesystem, smtp. You must use one and only one of these providers. notifier: ## You can disable the notifier startup check by setting this to true. - disable_startup_check: true + disable_startup_check: false ## ## File System (Notification Provider) @@ -1067,7 +1067,7 @@ configMap: ## Important: Kubernetes (or HA) users must read https://www.authelia.com/overview/authorization/statelessness/ ## filesystem: - enabled: false + enabled: true filename: "/config/notification.txt" ##