Skip to content

Commit

Permalink
Merge pull request #1535 from aledbf/remove-send-body
Browse files Browse the repository at this point in the history
Remove auth-send-body [ci skip]
  • Loading branch information
aledbf authored Oct 16, 2017
2 parents d27829c + 8957321 commit e0525f7
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 @@ -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"
Expand Down

0 comments on commit e0525f7

Please sign in to comment.