From c237be246128865c6feec3dfaf8735a9f1e54fee Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Wed, 24 Jun 2026 08:59:27 +0200 Subject: [PATCH] fix: che callback url (#3129) Signed-off-by: Anatolii Bazko --- ...oc_installing-che-on-openshift-with-keycloak-as-oidc.adoc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/install/pages/proc_installing-che-on-openshift-with-keycloak-as-oidc.adoc b/modules/install/pages/proc_installing-che-on-openshift-with-keycloak-as-oidc.adoc index 30cc64842d..833ef7c264 100644 --- a/modules/install/pages/proc_installing-che-on-openshift-with-keycloak-as-oidc.adoc +++ b/modules/install/pages/proc_installing-che-on-openshift-with-keycloak-as-oidc.adoc @@ -41,9 +41,8 @@ NOTE: Run the following command to obtain the `{prod}` redirect URL: [source,bash,subs="+quotes,+attributes"] ---- echo "$( - {orch-cli} get checluster {prod-checluster} \ - -n {prod-namespace} \ - -o jsonpath='{.status.cheURL}' + oc whoami --show-console | + sed 's|console-openshift-console|{prod-id}|g' )/oauth/callback" ----