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