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
When connecting a service registry instance to an OpenShift namespace using rhoas cluster connect, the resulting ServiceRegistryConnection CR uses an incorrect URL for the oauthTokenUrl
Steps to reproduce
connect a service registry instance to an OpenShift namespace
inspect the generated ServiceRegistryConnection CR
Expected vs actual behaviour
Expected: in the ServiceRegistryConnection CR the value of the status.metadata.oauthTokenUrl is set to https://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
Actual: in the ServiceRegistryConnection CR the value of the status.metadata.oauthTokenUrl is set to https://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
Logs
The text was updated successfully, but these errors were encountered:
Ok, that's probably the problem. My RHOAS operator is on version 0.9.6, but that seems to be the most recent version available on OpenShift at the moment it seems.
Description
Version:
0.46.1
When connecting a service registry instance to an OpenShift namespace using
rhoas cluster connect
, the resulting ServiceRegistryConnection CR uses an incorrect URL for the oauthTokenUrlSteps to reproduce
ServiceRegistryConnection
CRExpected vs actual behaviour
Expected: in the
ServiceRegistryConnection
CR the value of thestatus.metadata.oauthTokenUrl
is set tohttps://sso.redhat.com/auth/realms/redhat-external/protocol/openid-connect/token
Actual: in the
ServiceRegistryConnection
CR the value of thestatus.metadata.oauthTokenUrl
is set tohttps://identity.api.openshift.com/auth/realms/rhoas/protocol/openid-connect/token
Logs
The text was updated successfully, but these errors were encountered: