Skip to content

Commit 093dfdd

Browse files
authored
fix: che callback url (#3129)
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
1 parent 9ba1886 commit 093dfdd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

modules/install/pages/proc_installing-che-on-openshift-with-keycloak-as-oidc.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ NOTE: Run the following command to obtain the `{prod}` redirect URL:
4141
[source,bash,subs="+quotes,+attributes"]
4242
----
4343
echo "$(
44-
{orch-cli} get checluster {prod-checluster} \
45-
-n {prod-namespace} \
46-
-o jsonpath='{.status.cheURL}'
44+
oc whoami --show-console |
45+
sed 's|console-openshift-console|{prod-id}|g'
4746
)/oauth/callback"
4847
----
4948

0 commit comments

Comments
 (0)