From f61a76695f7c3b82eb18b35f8dd69e77152496d8 Mon Sep 17 00:00:00 2001 From: Tony Li Date: Sat, 12 Aug 2017 03:04:39 -0400 Subject: [PATCH] update auth table --- docs/annotations.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/annotations.md b/docs/annotations.md index 86d1e3e11..1939cc95e 100644 --- a/docs/annotations.md +++ b/docs/annotations.md @@ -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