fix(authentik): fix redirect loop issue when logging in
This commit is contained in:
parent
1dcb3a8b1c
commit
383fbf4e01
|
@ -23,9 +23,9 @@ spec:
|
||||||
global:
|
global:
|
||||||
env:
|
env:
|
||||||
- name: AUTHENTIK_HOST
|
- name: AUTHENTIK_HOST
|
||||||
value: &host "auth.${SECRET_NEW_DOMAIN}"
|
value: http://authentik-server.authentik.svc
|
||||||
- name: AUTHENTIK_HOST_BROWSER
|
- name: AUTHENTIK_HOST_BROWSER
|
||||||
value: *host
|
value: "https://auth.${SECRET_NEW_DOMAIN}"
|
||||||
- name: AUTHENTIK_SECRET_KEY
|
- name: AUTHENTIK_SECRET_KEY
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
@ -55,7 +55,7 @@ spec:
|
||||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||||
hosts:
|
hosts:
|
||||||
- *host
|
- &host "auth.${SECRET_NEW_DOMAIN}"
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
|
Loading…
Reference in New Issue