You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Root cause was simple - since I've started to works with those helm-charts, we had some issues with gitlab integration (with configuration set through the helper), and resorted back to using values set manually:)
when deploying the base tl500 helm chart - the ldap creds for gitlab are automatically created by looking up the OAuth identity provider
this is done in the _helpers.tpl code
BUT .. we just had an instance where the "bind_dn" and "base" in the GITLAB_OMNIBUS_CONFIG was set wrong ! here are the screenshots:
They should be:
So, the lookup is failing somehow.
I have noticed similar behavior in another chart where you NEED to escape the ',' e.g.
Anyway .. this needs looking into root cause. It doesn't happen in every deployment, this is the first i have seen it in the real !
The text was updated successfully, but these errors were encountered: