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
// Generally, we should never get here because when the Authentication type
123
+
// is changed from OIDC to something else the currentClientID field on the authStatusHandler
124
+
// should be reset to an empty string. In the event that it isn't reset and it seems like
125
+
// there are no OIDC providers configured, we should avoid trying to set the
126
+
// OIDCClients information in the status and marking the clusteroperator as degraded.
127
+
// Instead, log a warning that we see the currentClientID is set but there is no
128
+
// evidence of OIDCProviders actually being configured.
129
+
logger.V(2).Info("WARNING: currentClientID is set but the Authentication resource doesn't seem to have any OIDC providers configured, not adding OIDC clients information to status.", "currentClientID", c.currentClientID)
0 commit comments