Manual Kubernetes Secret for LDAP Authentication Bind User
Prerequisites
Manual Kubernetes Secret for LDAP Authentication Bind User
kubectl -n <namespace> create secret generic my-ldap-user --from-literal=bindDn="CN=Bind User,CN=Users,DC=company,DC=tld" --from-literal=bindPassword="S3cretPassword"global:
authentication:
ldap:
enabled: true
existingBindSecret: my-ldap-user
searchBase: CN=Users,DC=company,DC=tld
url: ldap://my-dc.complany.tld:389Customizing Kubernetes Secret Keys
PreviousEnabling TLS for LDAP AuthenticationNextCustomizing the Search Filter for LDAP Authentication
Last updated
Was this helpful?

