Merge pull request #222 from kubespray/fix_test_api_auth
fix api auth issue for ci tests
This commit is contained in:
commit
3914d51a7e
1 changed files with 7 additions and 7 deletions
|
@ -17,14 +17,14 @@ kube_cert_group: kube-cert
|
||||||
kube_log_level: 2
|
kube_log_level: 2
|
||||||
|
|
||||||
# Users to create for basic auth in Kubernetes API via HTTP
|
# Users to create for basic auth in Kubernetes API via HTTP
|
||||||
root_api_pwd: "changeme"
|
kube_api_pwd: "changeme"
|
||||||
kube_users:
|
kube_users:
|
||||||
# kube:
|
kube:
|
||||||
# pass: changeme
|
pass: "{{kube_api_pwd}}"
|
||||||
# role: admin
|
role: admin
|
||||||
root:
|
root:
|
||||||
pass: "{{root_api_pwd}}"
|
pass: "changeme"
|
||||||
role: admin
|
role: admin
|
||||||
|
|
||||||
# Kubernetes cluster name, also will be used as DNS domain
|
# Kubernetes cluster name, also will be used as DNS domain
|
||||||
cluster_name: cluster.local
|
cluster_name: cluster.local
|
||||||
|
|
Loading…
Reference in a new issue