GitLab Helm Chart + JumpCloud LDAP
Docs: LDAP
You'll need a secret
and values.yaml
content like this:
ldap:
preventSignin: false
servers:
# 'main' is the GitLab 'provider ID' of this LDAP server
main:
label: '🚀 LDAP'
host: 'ldap.jumpcloud.com'
port: 389
uid: 'uid'
bind_dn: 'uid=tanuki,ou=Users,o=abcdefghijklmno,dc=jumpcloud,dc=com'
base: 'o=abcdefghijklmno,dc=jumpcloud,dc=como=abcdefghijklmno,dc=jumpcloud,dc=com'
password:
secret: my-ldap-password-secret
key: the-key-containing-the-password