OSBS: the htpasswd file path is now hardcoded in 3.11
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
81da6f2e69
commit
6b7b8ce28c
2 changed files with 1 additions and 2 deletions
|
@ -206,7 +206,6 @@
|
|||
roles:
|
||||
- role: ansible-ansible-openshift-ansible
|
||||
cluster_inventory_filename: "{{ inventory_filename }}"
|
||||
openshift_htpasswd_file: "/etc/origin/master/htpasswd"
|
||||
openshift_master_public_api_url: "https://{{ osbs_url }}:8443"
|
||||
openshift_release: "v3.11"
|
||||
openshift_ansible_path: "/root/openshift-ansible"
|
||||
|
|
|
@ -235,7 +235,7 @@ oreg_auth_credentials_replace=True
|
|||
|
||||
{% if openshift_auth_profile == "osbs" %}
|
||||
openshift_master_manage_htpasswd=false
|
||||
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '{{ openshift_htpasswd_file }}'}]
|
||||
openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider'}]
|
||||
{% endif %}
|
||||
|
||||
{% if openshift_auth_profile == "fedoraidp" %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue