Skip to content

chore: Allow to configure editor download urls #2948

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Aug 13, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions modules/administration-guide/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
*** xref:show-deprecated-editors.adoc[]
*** xref:configuring-default-editor.adoc[]
*** xref:concealing-editors.adoc[]
*** xref:configuring-editors-download-urls.adoc[]
*** xref:customizing-openshift-che-consolelink-icon.adoc[]
** xref:managing-identities-and-authorizations.adoc[]
*** xref:configuring-oauth-for-git-providers.adoc[]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

* xref:configuring-editors-definitions.adoc[]

* xref:configuring-editors-download-urls.adoc[]

* xref:show-deprecated-editors.adoc[]

* xref:configuring-default-editor.adoc[]
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
:_content-type: PROCEDURE
:description: Configuring editors download urls
:keywords: administration guide, dashboard, editors
:navtitle: Configuring editors download urls

[id="configuring-editors-download-urls"]
= Configuring editors download urls

Learn how to configure editors download urls. This feature is valuable in air-gapped environments where editors cannot be retrieved from the public internet.

.Prerequisites

* An active `{orch-cli}` session with administrative permissions to the {orch-name} cluster. See {orch-cli-link}.

* `jq`. See link:https://stedolan.github.io/jq/download/[Downloading `jq`].

.Procedure

include::example$snip_che-editor-id-list.adoc[]

. Configure the download URLs for editors:
+
[source,subs="+quotes,+attributes"]
----
{orch-cli} patch checluster/{prod-checluster} \
--namespace {prod-namespace} \
--type='merge' \
-p '{
"spec": {
"devEnvironments": {
"editorsDownloadUrls": [
{ "editor": "publisher1/editor-name1/version1", "url": "https://example.com/editor1.tar.gz" },
{ "editor": "publisher2/editor-name2/version2", "url": "https://example.com/editor2.tar.gz" }
]
}
}
}'
----
13 changes: 0 additions & 13 deletions modules/end-user-guide/pages/idea-ultimate.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,3 @@ image::gateway-select-ws.png[Connecting to OpenShift API server,link="{imagesdir
+

image::gateway-connecting.png[Connecting to remote host,link="{imagesdir}/gateway-connecting.png"]

== Using in a disconnected cluster

The following URLs must be allow-listed on the proxy side:

* https://download.jetbrains.com/idea/ideaIU-2024.3.2.1.tar.gz
* https://download.jetbrains.com/webstorm/WebStorm-2024.3.2.1.tar.gz
* https://download.jetbrains.com/python/pycharm-professional-2024.3.2.tar.gz
* https://download.jetbrains.com/go/goland-2024.3.2.1.tar.gz
* https://download.jetbrains.com/cpp/CLion-2024.3.2.tar.gz
* https://download.jetbrains.com/webide/PhpStorm-2024.3.2.1.tar.gz
* https://download.jetbrains.com/ruby/RubyMine-2024.3.2.1.tar.gz
* https://download.jetbrains.com/rider/JetBrains.Rider-2024.3.4.tar.gz