Add LDAP settings
This commit is contained in:
parent
61caffc9d0
commit
a445ff89e6
1 changed files with 21 additions and 0 deletions
|
@ -94,3 +94,24 @@ ansible_become: true
|
||||||
|
|
||||||
openshift_use_crio: true
|
openshift_use_crio: true
|
||||||
openshift_use_crio_only: true
|
openshift_use_crio_only: true
|
||||||
|
|
||||||
|
openshift_master_identity_providers:
|
||||||
|
- name: Devolab IPA
|
||||||
|
challenge: true
|
||||||
|
login: true
|
||||||
|
mappingMethod: add
|
||||||
|
kind: LDAPPasswordIdentityProvider
|
||||||
|
attributes:
|
||||||
|
id:
|
||||||
|
- dn
|
||||||
|
email:
|
||||||
|
- mail
|
||||||
|
name:
|
||||||
|
- cn
|
||||||
|
preferredUsername:
|
||||||
|
- uid
|
||||||
|
bindDN: "{{ bind_dn }}"
|
||||||
|
bindPassword: "{{ bind_password }}"
|
||||||
|
insecure: true
|
||||||
|
url: "ldap://ipa.devolab.lan/dc=devolab,dc=lan?uid?sub?(memberOf=cn=openstack_enabled,cn=groups,cn=accounts,dc=devolab,dc=lan)"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue