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
Invalid or inaccessible OIDC connectors were preventing
all other logins to work, as they were grabbing mutex
and making a network call.
Besides, the error was not informative as the user
saw "web headers timeout" error in the browser.
This fix makes sure that:
* Connector errors are isolated to the connector name
and other flows are not blocked
* Error is presented to user in a reasonable way and
provides instructions
* Administrator can see the error in the audit logs.
If an OIDC connector is created with an invalid
issuer_url
, the Web UI and proxy locks up for a few minutes and eventually returns.During this time, all other connections hang a well. Afterwards the Web UI (and possibly proxy) remains sluggish.
The proxy needs to be restarted to resolve this problem.
The text was updated successfully, but these errors were encountered: