fix(authentik): fix redirect loop issue when logging in

This commit is contained in:
SeanOMik 2024-11-24 17:22:01 -05:00
parent 1dcb3a8b1c
commit 383fbf4e01
Signed by: SeanOMik
GPG Key ID: FEC9E2FC15235964
1 changed files with 3 additions and 3 deletions

View File

@ -23,9 +23,9 @@ spec:
global:
env:
- name: AUTHENTIK_HOST
value: &host "auth.${SECRET_NEW_DOMAIN}"
value: http://authentik-server.authentik.svc
- name: AUTHENTIK_HOST_BROWSER
value: *host
value: "https://auth.${SECRET_NEW_DOMAIN}"
- name: AUTHENTIK_SECRET_KEY
valueFrom:
secretKeyRef:
@ -55,7 +55,7 @@ spec:
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
hosts:
- *host
- &host "auth.${SECRET_NEW_DOMAIN}"
paths:
- /
pathType: Prefix