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