feat(hydra-ldap): list fetched LDAP attributes and their matching claims

Gives a hint for people wanting to modify this parameter
This commit is contained in:
Laurent Gourvenec 2025-01-10 15:27:38 +01:00
parent c97266c272
commit 0ea5fd9141

View File

@ -16,6 +16,7 @@ configMapGenerator:
- WERTHER_LDAP_ENDPOINTS="ldap.test.fr:636" - WERTHER_LDAP_ENDPOINTS="ldap.test.fr:636"
- WERTHER_LDAP_IS_TLS=true - WERTHER_LDAP_IS_TLS=true
- WERTHER_LDAP_BASEDN="o=test,c=fr" - WERTHER_LDAP_BASEDN="o=test,c=fr"
- WERTHER_LDAP_ATTR_CLAIMS="name:name,sn:family_name,givenName:given_name,mail:email"
- WERTHER_LDAP_ROLE_BASEDN="ou=groups,o=test,c=fr" - WERTHER_LDAP_ROLE_BASEDN="ou=groups,o=test,c=fr"
- WERTHER_LDAP_CONNECTION_TIMEOUT="10s" - WERTHER_LDAP_CONNECTION_TIMEOUT="10s"