Skip to content
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

Enhancement: Option to open admin & app ports on 0.0.0.0 #3760

Open
8e8b2c opened this issue Apr 26, 2024 · 2 comments
Open

Enhancement: Option to open admin & app ports on 0.0.0.0 #3760

8e8b2c opened this issue Apr 26, 2024 · 2 comments

Comments

@8e8b2c
Copy link

8e8b2c commented Apr 26, 2024

At the moment, the steps required to containerise a conductor such that it can be driven by another container include:

  • opening an admin port at a fixed port (which forced to be on 127.0.0.1 loopback address)
  • forwarding traffic from an exposed port of 0.0.0.0 to the above port (I use socat)
  • repeating the same steps for the app port

This approach leads to confusing port mappings, and complicates a connection process that would normally be simpler were the client and conductor at the same network address. E.g. Opening an app port at runtime via AdminWebsocket::attach_app_interface is not practical because it would need to be coupled with some other convoluted tooling for forwarding and remapping.

Copy link
Contributor

This item has been open for 30 days with no activity.

@github-actions github-actions bot added the stale This issue may be outdated, but we can revive it if it ever becomes relevant again label May 27, 2024
Copy link
Contributor

This item has been inactive for 14 days since being marked as stale.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jun 10, 2024
@abe-njama abe-njama reopened this Jun 12, 2024
@abe-njama abe-njama removed the stale This issue may be outdated, but we can revive it if it ever becomes relevant again label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

2 participants