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
Describe the bug
After upgrading to v0.7.0 the login with openshift button stopped working.
The dex-server logs the following errors:
time="2023-09-11T22:55:19Z" level=warning msg="config referenced '$oidc.dex.clientSecret', but key does not exist in secret"
time="2023-09-11T22:55:33Z" level=error msg="Failed to authenticate: oidc: failed to get token: oauth2: cannot fetch token: 400 Bad Request\nResponse: {\"error\":\"unauthorized_client\",\"error_description\":\"The client is not authorized to request a token using this method.\"}\n"
Describe the bug
After upgrading to v0.7.0 the login with openshift button stopped working.
The dex-server logs the following errors:
The oauth-openshift pod logs the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The login to work without changes needed.
The text was updated successfully, but these errors were encountered: