Skip to content
Snippets Groups Projects
Commit 3914d51a authored by Smaine Kahlouch's avatar Smaine Kahlouch
Browse files

Merge pull request #222 from kubespray/fix_test_api_auth

fix api auth issue for ci tests
parents 9135c134 bd6c12d6
Branches
Tags
No related merge requests found
......@@ -17,13 +17,13 @@ kube_cert_group: kube-cert
kube_log_level: 2
# Users to create for basic auth in Kubernetes API via HTTP
root_api_pwd: "changeme"
kube_api_pwd: "changeme"
kube_users:
# kube:
# pass: changeme
# role: admin
kube:
pass: "{{kube_api_pwd}}"
role: admin
root:
pass: "{{root_api_pwd}}"
pass: "changeme"
role: admin
# Kubernetes cluster name, also will be used as DNS domain
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment