From a3236616e472b1e8f7b10ffffd526e6e678411a2 Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Wed, 21 Dec 2022 12:55:20 +0200 Subject: [PATCH 1/2] chore: set urlRewriteSupported: false for editor's endpoints Signed-off-by: Valerii Svydenko --- .../che-plugin-registry/che-editors.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/dependencies/che-plugin-registry/che-editors.yaml b/dependencies/che-plugin-registry/che-editors.yaml index 0698e56793..38db444888 100644 --- a/dependencies/che-plugin-registry/che-editors.yaml +++ b/dependencies/che-plugin-registry/che-editors.yaml @@ -88,21 +88,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: theia-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: theia-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: ports: - exposedPort: 3100 @@ -219,21 +219,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: intellij-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: intellij-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: app.kubernetes.io/component: idea-rhel8-injector app.kubernetes.io/part-of: idea-rhel8.eclipse.org @@ -321,21 +321,21 @@ editors: protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: code-redirect-2 targetPort: 13132 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false - name: code-redirect-3 targetPort: 13133 exposure: public protocol: http attributes: discoverable: false - urlRewriteSupported: true + urlRewriteSupported: false attributes: app.kubernetes.io/component: che-code-runtime app.kubernetes.io/part-of: che-code.eclipse.org From a61264de34d91e21d89e2f7d0811ca1708e8bc0d Mon Sep 17 00:00:00 2001 From: Valerii Svydenko Date: Wed, 21 Dec 2022 13:39:48 +0200 Subject: [PATCH 2/2] chore: add empty line Signed-off-by: Valerii Svydenko --- product/approveMergePR.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product/approveMergePR.sh b/product/approveMergePR.sh index d6762158c9..357fcc10a6 100755 --- a/product/approveMergePR.sh +++ b/product/approveMergePR.sh @@ -63,4 +63,4 @@ for URL in $URLs; do fi $merge_cmd fi -done \ No newline at end of file +done