fix(authentik): fix redirect loop issue when logging in
This commit is contained in:
parent
1dcb3a8b1c
commit
383fbf4e01
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue