fix(nubus): Configure keycloak-bootstrap to use the correct bind DN

This commit is contained in:
Johannes Bornhold
2024-09-04 00:41:38 +02:00
parent 9f0c481017
commit 9e154b178d

View File

@@ -377,6 +377,7 @@ nubusKeycloakBootstrap:
group: "2fa-users"
ldap:
auth:
bindDn: {{ printf "uid=ldapsearch_keycloak,cn=users,%s" .Values.ldap.baseDn }}
credentialSecret:
name: "ums-keycloak-bootstrap-ldap-opendesk-credentials"