fix auth-signin url

This commit is contained in:
c0depool
2024-10-01 21:42:17 +05:30
parent feb1c4a551
commit f848240cf7

View File

@@ -27,7 +27,7 @@ spec:
nginx.ingress.kubernetes.io/auth-url: |-
http://${AUTHENTIK_OUTPOST_SERVICE}:9000/outpost.goauthentik.io/auth/nginx
nginx.ingress.kubernetes.io/auth-signin: |-
https://netdata.internal.${PUBLIC_DOMAIN}/start?rd=$escaped_request_uri
https://netdata.internal.${PUBLIC_DOMAIN}/outpost.goauthentik.io/start?rd=$escaped_request_uri
nginx.ingress.kubernetes.io/auth-response-headers: |-
Set-Cookie,X-authentik-username,X-authentik-groups,X-authentik-email,X-authentik-name,X-authentik-uid
nginx.ingress.kubernetes.io/auth-snippet: |