-
Notifications
You must be signed in to change notification settings - Fork 111
Make theia hostname configurable #626
Make theia hostname configurable #626
Conversation
I think it'll break tests that are using directly the docker image (as there is no JWT/etc stuff) |
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
THEIA_HOST env var with the default of 0.0.0.0 to preserve the original behavior.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should update title of PR (and do not forget to squash commits)
❌ E2E Happy path tests failed ❗ See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) ℹ️ |
crw-ci-test |
✅ E2E Happy path tests succeed 🎉 See Details
Tested with Eclipse Che Single User on K8S (minikube v1.1.1) |
* Deprecate old PHP plugins * Move plugin to proper folder structure (publisher/extension-name) Signed-off-by: Eric Williams <[email protected]>
What does this PR do?
This makes Theia listen on configurable hostname. This is taken advantage of in eclipse-che/che-plugin-registry#378 which makes the Theia endpoint listen on localhost only to enable truly secure deployment.
What issues does this PR fix or reference?
eclipse-che/che#15651, eclipse-che/che#15890, eclipse-che/che-plugin-registry#378