fix wrong annotation (#2040)
This commit is contained in:
parent
f5d764cc9c
commit
36acee29ff
1 changed files with 1 additions and 1 deletions
|
@ -299,7 +299,7 @@ Additionally it is possible to set:
|
||||||
|
|
||||||
`nginx.ingress.kubernetes.io/auth-response-headers`: `<Response_Header_1, ..., Response_Header_n>` to specify headers to pass to backend once authorization request completes.
|
`nginx.ingress.kubernetes.io/auth-response-headers`: `<Response_Header_1, ..., Response_Header_n>` to specify headers to pass to backend once authorization request completes.
|
||||||
|
|
||||||
`nginx.ingress.kuberentes.io/auth-request-redirect`: `<Request_Redirect_URL>` to specify the X-Auth-Request-Redirect header value.
|
`nginx.ingress.kubernetes.io/auth-request-redirect`: `<Request_Redirect_URL>` to specify the X-Auth-Request-Redirect header value.
|
||||||
|
|
||||||
Please check the [external-auth](../examples/auth/external-auth/README.md) example.
|
Please check the [external-auth](../examples/auth/external-auth/README.md) example.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue