How to do LDAPs integration without TLS verification in OpenShift Container Platform?
Issue
- Need to enable ldaps integration without TLS verification. The option is undocumented but it's implemented in the github code but still won't work. Is the following config valid?
- name: ldap
challenge: true
login: true
mappingMethod: claim
provider:
apiVersion: v1
kind: LDAPPasswordIdentityProvider
attributes:
id:
- dn
id:
- dn
preferredUsername:
- uid
bindDN: ""
bindPassword: ""
insecure: true
tls.Config:
InsecureSkipVerify: true
url: "ldaps://ldapserver.example.com/ou=people,dc=example,dc=com?uid"
Environment
- OpenShift Container Platform 3.9
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
