From e70900d2e4cd0d0e2b4aae87315dd880f1609a05 Mon Sep 17 00:00:00 2001 From: Ihor Vinokur Date: Thu, 11 Jun 2026 13:21:44 +0300 Subject: [PATCH 1/2] docs: Add cluster login step to Open VSX deployment procedures Add explicit cluster login instructions to ensure users are authenticated before running Open VSX deployment tasks. This clarifies the authentication prerequisite and prevents common setup errors. Co-Authored-By: Claude Sonnet 4.5 --- .../pages/proc_deploy-open-vsx-from-workspace.adoc | 3 +++ .../proc_adding-or-removing-extensions-in-a-workspace.adoc | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc b/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc index 5849db8e77..6d2728f72d 100644 --- a/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc +++ b/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc @@ -29,6 +29,9 @@ The link:https://github.com/eclipse-openvsx/openvsx/blob/master/.devfile.yaml[.d The environment, including all necessary commands, is defined in the `.devfile.yaml` file. ==== +. Login to the cluster from the workspace terminal: +.. Navigate to *Terminal* -> *New Terminal* +.. Execute: `$ oc login --token= --server=` . Create a new project for Open VSX. + Run the `2.1. Create Namespace for OpenVSX` task in the workspace: diff --git a/modules/administration-guide/partials/proc_adding-or-removing-extensions-in-a-workspace.adoc b/modules/administration-guide/partials/proc_adding-or-removing-extensions-in-a-workspace.adoc index 2752403abf..bb051b047e 100644 --- a/modules/administration-guide/partials/proc_adding-or-removing-extensions-in-a-workspace.adoc +++ b/modules/administration-guide/partials/proc_adding-or-removing-extensions-in-a-workspace.adoc @@ -13,8 +13,8 @@ The embedded plugin registry is deprecated. Setting up an internal, on-premises .Prerequisites -* You are logged in to your {prod-short} instance as an administrator. * You have started a workspace using the link:{plugin-registry-repo-url}[plugin registry repository]. +* You are logged in to the cluster as a cluster administrator from the workspace terminal: `$ oc login --token= --server=` * You have created a link:https://access.redhat.com/terms-based-registry/[Red Hat Registry Service Account] and have the username and token available. * For IBM Power (`ppc64le`) and IBM Z (`s390x`) architectures, you must build the custom plugin registry locally on the corresponding hardware. * (Optional) You can rebuild the container based on the latest tag or SHA to get the latest security fixes after a {prod-short} update. From 86158712a4b74e8ff3202c767c726d9f1316344d Mon Sep 17 00:00:00 2001 From: Ihor Vinokur Date: Thu, 11 Jun 2026 13:56:49 +0300 Subject: [PATCH 2/2] Update modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc Co-authored-by: Valerii Svydenko --- .../pages/proc_deploy-open-vsx-from-workspace.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc b/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc index 6d2728f72d..d08cc4a012 100644 --- a/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc +++ b/modules/administration-guide/pages/proc_deploy-open-vsx-from-workspace.adoc @@ -29,7 +29,7 @@ The link:https://github.com/eclipse-openvsx/openvsx/blob/master/.devfile.yaml[.d The environment, including all necessary commands, is defined in the `.devfile.yaml` file. ==== -. Login to the cluster from the workspace terminal: +. Login to the cluster as a cluster administrator from the workspace terminal: .. Navigate to *Terminal* -> *New Terminal* .. Execute: `$ oc login --token= --server=` . Create a new project for Open VSX.