From 9a3c9d02d329fe35f3ce72760bb5347ab465e34a Mon Sep 17 00:00:00 2001 From: LordMathis Date: Tue, 24 Dec 2024 17:17:22 +0100 Subject: [PATCH] Add cookies config to authelia --- apps/prod/authelia/values.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/apps/prod/authelia/values.yaml b/apps/prod/authelia/values.yaml index 25af46b..19efc07 100644 --- a/apps/prod/authelia/values.yaml +++ b/apps/prod/authelia/values.yaml @@ -16,6 +16,10 @@ configMap: session: redis: enabled: false + cookies: + - domain: 'nmnsy.dev' + authelia_url: 'https://auth.example.com' + name: 'authelia_session' storage: local: enabled: true