-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Processes listening on localhost are not exposed by the gateway #21430
Comments
@benoitf do you have any clue? |
@l0rd my guess it that tilt is listening to try using tilt up --host 0.0.0.0 -f Tiltfile.buildah |
@benoitf Changing the command to listen to interface |
should we close the issue then ? |
I have updated the description but it still looks like a gateway issue (not a plugin-port issue). We should be able to expose processes listening to localhost too shouldn't we? |
yes it should be the role of the gateway to simplify such usecase (do not need to change commands to execute) |
Issues go stale after Mark the issue as fresh with If this issue is safe to close now please do so. Moderators: Add |
Describe the bug
Although I have defined the following endpoint in my devfile:
Eclipe Che Port extension ask me if I want to add a redirect to it:
And although I answer yes to this question then I am not able to access the application using the browser. I get a blank screen:
If I start the application to listen to the interface
0.0.0.0
then everything works fine:Che version
next (development version)
Steps to reproduce
Open a workspace Eclipse Che dogfooding using this link (for Che committers only) instance.
Open a shell and run
tilt up
:Expected behavior
I was expecting the port to be redirected automatically (without asking).
And in particular I need to set the attribute
urlRewriteSupported: false
on that endpoint and that's not the case with the pre-defined che-code endpoints.The text was updated successfully, but these errors were encountered: