fix(authelia): add cookie domain

This commit is contained in:
David Landry 2024-10-09 16:37:48 -04:00
parent 35a80b5420
commit fb6b476d6a
2 changed files with 16 additions and 17 deletions

View file

@ -3,13 +3,8 @@ ingress:
certManager: true
rulesOverride:
- host: auth.nc.landry.land
path: /
tls:
enabled: true
hostnameOverride: auth.nc.landry.land
secret: "authelia-tls"
pod:
@ -762,7 +757,9 @@ configMap:
## value, '{secret_name}' is the secret_name above, and '{path}' is this value.
path: "session.encryption.key"
cookies: []
cookies:
- subdomain: "auth"
domain: "nc.landry.land"
# cookies:
# -
## The subdomain to prefix the domain with. For example using `domain` value `example.com` and `subdomain`