Skip to content

Commit

Permalink
fix wrong annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
oilbeater committed Feb 7, 2018
1 parent a30bf21 commit d9c7bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Additionally it is possible to set:

`nginx.ingress.kubernetes.io/auth-response-headers`: `<Response_Header_1, ..., Response_Header_n>` to specify headers to pass to backend once authorization request completes.

`nginx.ingress.kuberentes.io/auth-request-redirect`: `<Request_Redirect_URL>` to specify the X-Auth-Request-Redirect header value.
`nginx.ingress.kubernetes.io/auth-request-redirect`: `<Request_Redirect_URL>` to specify the X-Auth-Request-Redirect header value.

Please check the [external-auth](../examples/auth/external-auth/README.md) example.

Expand Down

0 comments on commit d9c7bb0

Please sign in to comment.