configurable ssl_verify_client
This commit is contained in:
parent
23916be991
commit
b8f7ea05c4
5 changed files with 27 additions and 1 deletions
|
|
@ -5,6 +5,7 @@ metadata:
|
|||
# Create this with kubectl create secret generic caingress --from-file=ca.crt --namespace=default
|
||||
ingress.kubernetes.io/auth-tls-secret: "default/caingress"
|
||||
ingress.kubernetes.io/auth-tls-verify-depth: "3"
|
||||
ingress.kubernetes.io/auth-tls-verify-client: "on"
|
||||
auth-tls-error-page: "http://www.mysite.com/error-cert.html"
|
||||
kubernetes.io/ingress.class: "nginx"
|
||||
name: nginx-test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue