Skip to content
Snippets Groups Projects
Unverified Commit bfe14380 authored by Sulochan Acharya's avatar Sulochan Acharya Committed by GitHub
Browse files

Allows tls verify skip on webhook auth url (#6472)

parent 91742055
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ kube_basic_auth: false
kube_token_auth: false
kube_oidc_auth: false
kube_webhook_token_auth: false
kube_webhook_token_auth_url_skip_tls_verify: false
## Variables for OpenID Connect Configuration https://kubernetes.io/docs/admin/authentication/
## To use OpenID you have to deploy additional an OpenID Provider (e.g Dex, Keycloak, ...)
......
......@@ -3,6 +3,7 @@ clusters:
- name: webhook-token-auth-cluster
cluster:
server: {{ kube_webhook_token_auth_url }}
insecure-skip-tls-verify: {{ kube_webhook_token_auth_url_skip_tls_verify }}
# users refers to the API server's webhook configuration.
users:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment