website/docs: add nginx note for domain auth
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
parent
b3987c5fa0
commit
0a7bafd1b2
|
@ -27,6 +27,7 @@ metadata:
|
||||||
annotations:
|
annotations:
|
||||||
nginx.ingress.kubernetes.io/auth-url: |-
|
nginx.ingress.kubernetes.io/auth-url: |-
|
||||||
http://outpost.company:9000/akprox/auth/nginx
|
http://outpost.company:9000/akprox/auth/nginx
|
||||||
|
# If you're using domain-level auth, use the authentication URL instead of the application URL
|
||||||
nginx.ingress.kubernetes.io/auth-signin: |-
|
nginx.ingress.kubernetes.io/auth-signin: |-
|
||||||
https://app.company/akprox/start
|
https://app.company/akprox/start
|
||||||
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
nginx.ingress.kubernetes.io/auth-response-headers: |-
|
||||||
|
|
Reference in New Issue