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
That should return a 401 response like this, because it needs authentication:
103
108
104
109
```
105
110
{
106
111
"kind": "Error",
107
112
"id": "401",
108
-
"href": "//api/ocm-example-service/errors/401",
113
+
"href": "/api/ocm-example-service/errors/401",
109
114
"code": "API-401",
110
115
"reason": "Request doesn't contain the 'Authorization' header or the 'cs_jwt' cookie"
111
116
}
112
117
```
113
118
114
119
115
120
Authentication in the default configuration is done through the RedHat SSO, so you need to login with a Red Hat customer portal user in the right account (created as part of the onboarding doc) and then you can retrieve the token to use below on https://console.redhat.com/openshift/token
116
-
To authenticate, use the ocm tool against your local service:
121
+
To authenticate, use the ocm tool against your local service. The ocm tool is available on https://console.redhat.com/openshift/downloads
0 commit comments