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:
parent
c97266c272
commit
0ea5fd9141
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user