From 8957321f4223286e4f5550e9cf706c5243925851 Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Mon, 16 Oct 2017 09:06:41 -0300 Subject: [PATCH] Remove auth-send-body [ci skip] --- 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 c23c185db..c9157685f 100644 --- a/docs/user-guide/annotations.md +++ b/docs/user-guide/annotations.md @@ -218,7 +218,7 @@ For more information please see http://nginx.org/en/docs/http/ngx_http_core_modu ### External Authentication To use an existing service that provides authentication the Ingress rule can be annotated with `ingress.kubernetes.io/auth-url` to indicate the URL where the HTTP request should be sent. -Additionally it is possible to set `ingress.kubernetes.io/auth-method` to specify the HTTP method to use (GET or POST) and `ingress.kubernetes.io/auth-send-body` to true or false (default). +Additionally it is possible to set `ingress.kubernetes.io/auth-method` to specify the HTTP method to use (GET or POST). ```yaml ingress.kubernetes.io/auth-url: "URL to the authentication service"