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
While configuring Gitlab to use openid-connect for SSO without discovery, the in values for omnibus are provided as yaml. The values from yaml are interpreted in ruby as strings and not as symbols, but the check in the key_or_secret function is done against symbols, which leads to a verification failure:
** [Raven] Event not sent due to excluded environment: production
JSON::JWS::VerificationFailed (JSON::JWS::VerificationFailed):
lib/gitlab/middleware/go.rb:16:in `call'
The text was updated successfully, but these errors were encountered:
While configuring Gitlab to use openid-connect for SSO without discovery, the in values for omnibus are provided as yaml. The values from yaml are interpreted in ruby as strings and not as symbols, but the check in the
key_or_secret
function is done against symbols, which leads to a verification failure:The text was updated successfully, but these errors were encountered: