leverage table

This commit is contained in:
Tony Li 2017-08-12 02:58:08 -04:00
parent 6602b2f0d8
commit 1916fd5af5
No known key found for this signature in database
GPG key ID: E73DA11CDB50D072

View file

@ -17,16 +17,16 @@ Key:
## TLS-related ## TLS-related
| Name | Meaning | Name | Meaning | Default | Controller
| --- | --- | --- | --- | --- | --- |
| `ssl-passthrough` | Pass TLS connections directly to backend; do not offload. Default `false`. (nginx, haproxy) | `ssl-passthrough` | Pass TLS connections directly to backend; do not offload. | `false` | nginx, haproxy
| `ssl-redirect` | Redirect non-TLS requests to TLS when TLS is enabled. Default `true`. (nginx, haproxy, trafficserver) | `ssl-redirect` | Redirect non-TLS requests to TLS when TLS is enabled. | `true` | nginx, haproxy, trafficserver
| `force-ssl-redirect` | Redirect non-TLS requests to TLS even when TLS is not configured. Default `false`. (nginx, trafficserver). | `force-ssl-redirect` | Redirect non-TLS requests to TLS even when TLS is not configured. | `false` | nginx, trafficserver
| `secure-backends` | Use TLS to communicate with origin (pods). Default `false`. (nginx, haproxy, trafficserver) | `secure-backends` | Use TLS to communicate with origin (pods). | `false` | nginx, haproxy, trafficserver
| `kubernetes.io/ingress.allow-http` | Whether to accept non-TLS HTTP connections. (gce) | `kubernetes.io/ingress.allow-http` | Whether to accept non-TLS HTTP connections. | | gce
| `pre-shared-cert` | Name of the TLS certificate in GCP to use when provisioning the HTTPS load balancer. (gce) | `pre-shared-cert` | Name of the TLS certificate in GCP to use when provisioning the HTTPS load balancer. | | gce
| `hsts-max-age` | Set an HSTS header with this lifetime. (trafficserver) | `hsts-max-age` | Set an HSTS header with this lifetime. | | trafficserver
| `hsts-include-subdomains` | Add includeSubdomains to the HSTS header. (trafficserver) | `hsts-include-subdomains` | Add includeSubdomains to the HSTS header. | | trafficserver
## Authentication related ## Authentication related