Updates and extends client cert documentation (#2105)

Updates and extends the documentation about enabling client certificate authentication.
This commit is contained in:
Bea 2018-02-16 16:17:29 +01:00 committed by Manuel Alejandro de Brito Fontes
parent 769f11df60
commit f468007d6c
5 changed files with 45 additions and 28 deletions

View file

@ -139,9 +139,9 @@ To enable consistent hashing for a backend:
This configuration setting allows you to control the value for host in the following statement: `proxy_set_header Host $host`, which forms part of the location block. This is useful if you need to call the upstream server by something other than `$host`.
### Certificate Authentication
### Client Certificate Authentication
It's possible to enable Certificate-Based Authentication (Mutual Authentication) using additional annotations in Ingress Rule.
It is possible to enable Client Certificate Authentication using additional annotations in Ingress Rule.
The annotations are:
```
@ -175,7 +175,7 @@ nginx.ingress.kubernetes.io/auth-tls-pass-certificate-to-upstream
Indicates if the received certificates should be passed or not to the upstream server.
By default this is disabled.
Please check the [tls-auth](../examples/auth/client-certs/README.md) example.
Please check the [client-certs](../examples/auth/client-certs/README.md) example.
**Important:**