Merge pull request #2517 from gmile/patch-1
Fix typo about the kind of request
This commit is contained in:
commit
2e53fa21e6
1 changed files with 2 additions and 2 deletions
|
@ -329,7 +329,7 @@ Additionally it is possible to set:
|
|||
* `nginx.ingress.kubernetes.io/auth-signin`:
|
||||
`<SignIn_URL>` to specify the location of the error page.
|
||||
* `nginx.ingress.kubernetes.io/auth-response-headers`:
|
||||
`<Response_Header_1, ..., Response_Header_n>` to specify headers to pass to backend once authorization request completes.
|
||||
`<Response_Header_1, ..., Response_Header_n>` to specify headers to pass to backend once authentication request completes.
|
||||
* `nginx.ingress.kubernetes.io/auth-request-redirect`:
|
||||
`<Request_Redirect_URL>` to specify the X-Auth-Request-Redirect header value.
|
||||
|
||||
|
@ -553,4 +553,4 @@ Additionally, if the gRPC service requires TLS, add `nginx.ingress.kubernetes.io
|
|||
This feature requires HTTP2 to work which means we need to expose this service using HTTPS.
|
||||
Exposing a gRPC service using HTTP is not supported.
|
||||
|
||||
[configmap]: ./configmap.md
|
||||
[configmap]: ./configmap.md
|
||||
|
|
Loading…
Reference in a new issue