From 36acee29ff26ee6474a06c3eac951f11b213ae57 Mon Sep 17 00:00:00 2001 From: Oilbeater Date: Wed, 7 Feb 2018 23:23:41 +0800 Subject: [PATCH] fix wrong annotation (#2040) --- docs/user-guide/annotations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/annotations.md b/docs/user-guide/annotations.md index 97ff894b1..b705464bf 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -299,7 +299,7 @@ Additionally it is possible to set: `nginx.ingress.kubernetes.io/auth-response-headers`: `` to specify headers to pass to backend once authorization request completes. -`nginx.ingress.kuberentes.io/auth-request-redirect`: `` to specify the X-Auth-Request-Redirect header value. +`nginx.ingress.kubernetes.io/auth-request-redirect`: `` to specify the X-Auth-Request-Redirect header value. Please check the [external-auth](../examples/auth/external-auth/README.md) example.