VR
openshift_master_identity_providers:
- name: ldap_provider
challenge: true
login: true
kind: LDAPPasswordIdentityProvider
attributes:
id:
- uid
email:
name:
- cn
preferredUsername:
- uid
bindDN: ""
bindPassword: ""
insecure: false
url: "ldaps://ldap.corp.redhat.com/ou=Users,dc=redhat,dc=com?uid"
openshift_master_ldap_ca_file: /etc/pki/ca-trust/source/anchors/RH-IT-Root-CA.crt
