update auth table

This commit is contained in:
Tony Li 2017-08-12 03:04:39 -04:00
parent eb9e5223d8
commit f61a76695f
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -30,15 +30,15 @@ Key:
## Authentication related
| Name | Meaning
| --- | ---
| `auth-type` | Authentication type: `basic`, `digest`, ... (nginx, haproxy, trafficserver)
| `auth-secret` | Secret name for authentication. (nginx, haproxy, trafficserver)
| `auth-realm` | Authentication realm. (nginx, haproxy, trafficserver)
| `auth-tls-secret` | Name of secret for TLS client certification validation. (nginx, haproxy)
| `auth-tls-verify-depth` | Maximum chain length of TLS client certificate. (nginx)
| `auth-satisfy` | Behaviour when more than one of `auth-type`, `auth-tls-secret` or `whitelist-source-range` are configured: `all` (default) or `any`. (trafficserver) | `trafficserver`
| `whitelist-source-range` | Comma-separate list of IP addresses to enable access to. (nginx, haproxy, trafficserver)
| Name | Meaning | Default | Controller
| --- | --- | --- | --- |
| `auth-type` | Authentication type: `basic`, `digest`, ... | | nginx, haproxy, trafficserver
| `auth-secret` | Secret name for authentication. | | nginx, haproxy, trafficserver
| `auth-realm` | Authentication realm. | | nginx, haproxy, trafficserver
| `auth-tls-secret` | Name of secret for TLS client certification validation. | | nginx, haproxy
| `auth-tls-verify-depth` | Maximum chain length of TLS client certificate. | | nginx
| `auth-satisfy` | Behaviour when more than one of `auth-type`, `auth-tls-secret` or `whitelist-source-range` are configured: `all` or `any`. | `all` | trafficserver | `trafficserver`
| `whitelist-source-range` | Comma-separate list of IP addresses to enable access to. | | nginx, haproxy, trafficserver
## URL related