From 38d3f1c1df9f9ac0df4fc835db0bd13d5a7a830a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laurent=20Gourv=C3=A9nec?= Date: Wed, 6 Dec 2023 14:40:24 +0100 Subject: [PATCH] feat(werther): adding a timeout for LDAP connection --- components/werther/kustomization.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/werther/kustomization.yaml b/components/werther/kustomization.yaml index 94822ae..0e88a49 100644 --- a/components/werther/kustomization.yaml +++ b/components/werther/kustomization.yaml @@ -17,6 +17,7 @@ configMapGenerator: - WERTHER_LDAP_IS_TLS=true - WERTHER_LDAP_BASEDN="o=test,c=fr" - WERTHER_LDAP_ROLE_BASEDN="ou=groups,o=test,c=fr" + - WERTHER_LDAP_CONNECTION_TIMEOUT="10s" secretGenerator: - name: werther-ldap-sc