From 58a5e2dae3ac1f3b0ca1428565301abc59ceffdc Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 25 Mar 2023 14:15:12 -0700 Subject: [PATCH] fasjson: increase timeout from 30s to 90s Some queries are timing out, so lets just try increasing this timeout for now until we can get to the bottom of the slowdowns. Signed-off-by: Kevin Fenzi --- roles/openshift-apps/fasjson/templates/fasjson.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/openshift-apps/fasjson/templates/fasjson.conf b/roles/openshift-apps/fasjson/templates/fasjson.conf index 6a26f3cc4b..bf74b9fad6 100644 --- a/roles/openshift-apps/fasjson/templates/fasjson.conf +++ b/roles/openshift-apps/fasjson/templates/fasjson.conf @@ -1,2 +1,4 @@ # The ID of the Certificate Profile to use in IPA CERTIFICATE_PROFILE = "userCerts" +# increase the ldap timeout for longer queries +FASJSON_LDAP_TIMEOUT=90