website/docs: fix nginx ingress auth-signin example (#11096)

Signed-off-by: Diego Monti <diegmonti@users.noreply.github.com>
This commit is contained in:
Diego Monti
2024-08-28 15:52:54 +02:00
committed by GitHub
parent 870ed99097
commit 17fb90e0af

View File

@ -38,7 +38,7 @@ metadata:
http://ak-outpost-example.authentik.svc.cluster.local:9000/outpost.goauthentik.io/auth/nginx
# If you're using domain-level auth, use the authentication URL instead of the application URL
nginx.ingress.kubernetes.io/auth-signin: |-
https://app.company/outpost.goauthentik.io/start?rd=$escaped_request_uri
https://app.company/outpost.goauthentik.io/start?rd=$scheme://$http_host$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: |