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
Copy file name to clipboardExpand all lines: modules/ccs-gcp-customer-procedure-wif.adoc
+9-5
Original file line number
Diff line number
Diff line change
@@ -39,17 +39,21 @@ Besides the required customer procedures listed in _Required customer procedure_
39
39
40
40
. Install the link:https://console.redhat.com/openshift/downloads[OpenShift Cluster Manager API command-line interface (`ocm`)].
41
41
+
42
-
To use the OCM CLI, you must authenticate against your Red Hat {cluster-manager} account. This is accomplished with the {cluster-manager} API token.
43
-
+
44
-
You can obtain your token link:https://console.redhat.com/openshift/token/show[here].
42
+
// To use the OCM CLI, you must authenticate against your Red Hat {cluster-manager} account. This is accomplished with the {cluster-manager} API token.
43
+
// +
44
+
// You can obtain your token link:https://console.redhat.com/openshift/token/show[here].
45
45
46
46
. To authenticate against your Red Hat {cluster-manager} account, run the following command:
47
47
+
48
48
[source,terminal]
49
49
----
50
-
$ ocm login --token <token> <1>
50
+
$ ocm login --use-auth-code
51
51
----
52
-
<1> Replace `<token>` with your {cluster-manager} API token.
52
+
-> ocm login --use-auth-code
53
+
You will now be redirected to Red Hat SSO login
54
+
Login successful
55
+
To switch accounts, logout from https://sso.redhat.com and run `ocm logout` before attempting to login again
0 commit comments