Skip to content

chore: set urlRewriteSupported: false for editor's endpoints #868

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 2 commits into from
Dec 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
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
18 changes: 9 additions & 9 deletions dependencies/che-plugin-registry/che-editors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion product/approveMergePR.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ for URL in $URLs; do
fi
$merge_cmd
fi
done
done