Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
bfe14380
Unverified
Commit
bfe14380
authored
4 years ago
by
Sulochan Acharya
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Allows tls verify skip on webhook auth url (#6472)
parent
91742055
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/kubernetes/master/defaults/main/main.yml
+1
-0
1 addition, 0 deletions
roles/kubernetes/master/defaults/main/main.yml
roles/kubernetes/master/templates/webhook-token-auth-config.yaml.j2
+1
-0
1 addition, 0 deletions
...rnetes/master/templates/webhook-token-auth-config.yaml.j2
with
2 additions
and
0 deletions
roles/kubernetes/master/defaults/main/main.yml
+
1
−
0
View file @
bfe14380
...
...
@@ -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, ...)
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/master/templates/webhook-token-auth-config.yaml.j2
+
1
−
0
View file @
bfe14380
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment