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
e39e3d5c
Unverified
Commit
e39e3d5c
authored
4 years ago
by
Mathieu Parent
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix OpenId Connect example prefixes (#7527)
Fixes "mapping values are not allowed in this context
parent
1e7d4884
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
+2
-2
2 additions, 2 deletions
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
roles/kubernetes/control-plane/defaults/main/main.yml
+2
-2
2 additions, 2 deletions
roles/kubernetes/control-plane/defaults/main/main.yml
with
4 additions
and
4 deletions
inventory/sample/group_vars/k8s-cluster/k8s-cluster.yml
+
2
−
2
View file @
e39e3d5c
...
...
@@ -48,9 +48,9 @@ credentials_dir: "{{ inventory_dir }}/credentials"
## Optional settings for OIDC
# kube_oidc_ca_file: "{{ kube_cert_dir }}/ca.pem"
# kube_oidc_username_claim: sub
# kube_oidc_username_prefix: oidc:
# kube_oidc_username_prefix:
'
oidc:
'
# kube_oidc_groups_claim: groups
# kube_oidc_groups_prefix: oidc:
# kube_oidc_groups_prefix:
'
oidc:
'
## Variables to control webhook authn/authz
# kube_webhook_token_auth: false
...
...
This diff is collapsed.
Click to expand it.
roles/kubernetes/control-plane/defaults/main/main.yml
+
2
−
2
View file @
e39e3d5c
...
...
@@ -116,9 +116,9 @@ kube_webhook_authorization_url_skip_tls_verify: false
# kube_oidc_client_id: kubernetes
## Optional settings for OIDC
# kube_oidc_username_claim: sub
# kube_oidc_username_prefix: oidc:
# kube_oidc_username_prefix:
'
oidc:
'
# kube_oidc_groups_claim: groups
# kube_oidc_groups_prefix: oidc:
# kube_oidc_groups_prefix:
'
oidc:
'
# Copy oidc CA file to the following path if needed
# kube_oidc_ca_file: {{ kube_cert_dir }}/ca.pem
# Optionally include a base64-encoded oidc CA cert
...
...
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