Fix typo about the kind of request

This commit is contained in:
Eugene Pirogov 2018-05-16 09:53:17 +03:00 committed by GitHub
parent df61bd7565
commit 552df3bdcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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