From 552df3bdcdca29049067e9572645e7eb7e3f487d Mon Sep 17 00:00:00 2001 From: Eugene Pirogov Date: Wed, 16 May 2018 09:53:17 +0300 Subject: [PATCH] Fix typo about the kind of request --- docs/user-guide/nginx-configuration/annotations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/user-guide/nginx-configuration/annotations.md b/docs/user-guide/nginx-configuration/annotations.md index 42b8fce38..6bafc6cda 100644 --- a/docs/user-guide/nginx-configuration/annotations.md +++ b/docs/user-guide/nginx-configuration/annotations.md @@ -329,7 +329,7 @@ Additionally it is possible to set: * `nginx.ingress.kubernetes.io/auth-signin`: `` to specify the location of the error page. * `nginx.ingress.kubernetes.io/auth-response-headers`: - `` to specify headers to pass to backend once authorization request completes. + `` to specify headers to pass to backend once authentication request completes. * `nginx.ingress.kubernetes.io/auth-request-redirect`: `` 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 \ No newline at end of file +[configmap]: ./configmap.md