f/oidc-test_request_scope_profile #54

Open
lgourvenec wants to merge 2 commits from f/oidc-test_request_scope_profile into unstable
Showing only changes of commit 0ea5fd9141 - Show all commits

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"