Skip to content

Commit 5da35fc

Browse files
authoredDec 21, 2022
chore: set urlRewriteSupported: false for editor's endpoints (#868)
* chore: set urlRewriteSupported: false for editor's endpoints Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com> * chore: add empty line Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com> Signed-off-by: Valerii Svydenko <vsvydenk@redhat.com>
1 parent 0280760 commit 5da35fc

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed
 

‎dependencies/che-plugin-registry/che-editors.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -88,21 +88,21 @@ editors:
8888
protocol: http
8989
attributes:
9090
discoverable: false
91-
urlRewriteSupported: true
91+
urlRewriteSupported: false
9292
- name: theia-redirect-2
9393
targetPort: 13132
9494
exposure: public
9595
protocol: http
9696
attributes:
9797
discoverable: false
98-
urlRewriteSupported: true
98+
urlRewriteSupported: false
9999
- name: theia-redirect-3
100100
targetPort: 13133
101101
exposure: public
102102
protocol: http
103103
attributes:
104104
discoverable: false
105-
urlRewriteSupported: true
105+
urlRewriteSupported: false
106106
attributes:
107107
ports:
108108
- exposedPort: 3100
@@ -219,21 +219,21 @@ editors:
219219
protocol: http
220220
attributes:
221221
discoverable: false
222-
urlRewriteSupported: true
222+
urlRewriteSupported: false
223223
- name: intellij-redirect-2
224224
targetPort: 13132
225225
exposure: public
226226
protocol: http
227227
attributes:
228228
discoverable: false
229-
urlRewriteSupported: true
229+
urlRewriteSupported: false
230230
- name: intellij-redirect-3
231231
targetPort: 13133
232232
exposure: public
233233
protocol: http
234234
attributes:
235235
discoverable: false
236-
urlRewriteSupported: true
236+
urlRewriteSupported: false
237237
attributes:
238238
app.kubernetes.io/component: idea-rhel8-injector
239239
app.kubernetes.io/part-of: idea-rhel8.eclipse.org
@@ -321,21 +321,21 @@ editors:
321321
protocol: http
322322
attributes:
323323
discoverable: false
324-
urlRewriteSupported: true
324+
urlRewriteSupported: false
325325
- name: code-redirect-2
326326
targetPort: 13132
327327
exposure: public
328328
protocol: http
329329
attributes:
330330
discoverable: false
331-
urlRewriteSupported: true
331+
urlRewriteSupported: false
332332
- name: code-redirect-3
333333
targetPort: 13133
334334
exposure: public
335335
protocol: http
336336
attributes:
337337
discoverable: false
338-
urlRewriteSupported: true
338+
urlRewriteSupported: false
339339
attributes:
340340
app.kubernetes.io/component: che-code-runtime
341341
app.kubernetes.io/part-of: che-code.eclipse.org

‎product/approveMergePR.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ for URL in $URLs; do
6363
fi
6464
$merge_cmd
6565
fi
66-
done
66+
done

0 commit comments

Comments
 (0)
Please sign in to comment.