-
Notifications
You must be signed in to change notification settings - Fork 403
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
Feature request: Bind to a specific IP address #255
Comments
I need this feature also. +1 |
I want chartmuseum to listen on the loopback device to deploy an Nginx in front of it and prohibiting access to chartmuseum directly. My current workaround is setting up a firewall rule via systemd unit file right before chartmuseum starts:
|
jayme-github
added a commit
to jayme-github/chartmuseum
that referenced
this issue
Jun 23, 2020
The new config option "listen.host" ("--listen-host", "LISTEN_HOST") may be used to bind chartmuseum to a specific interface rather than 0.0.0.0. Default is 0.0.0.0 to stick with current behaviour. Fixes helm#255
jayme-github
added a commit
to jayme-github/chartmuseum
that referenced
this issue
Jun 23, 2020
The new config option "listen.host" ("--listen-host", "LISTEN_HOST") may be used to bind chartmuseum to a specific interface rather than 0.0.0.0. Default is 0.0.0.0 to stick with current behaviour. Fixes helm#255 Signed-off-by: jayme-github <[email protected]>
jayme-github
added a commit
to jayme-github/chartmuseum
that referenced
this issue
Jun 23, 2020
The new config option "listen.host" ("--listen-host", "LISTEN_HOST") may be used to bind chartmuseum to a specific interface rather than 0.0.0.0. Default is 0.0.0.0 to stick with current behaviour. Fixes helm#255 Signed-off-by: jayme-github <[email protected]>
jdolitsky
pushed a commit
that referenced
this issue
Jul 14, 2020
* Allow to bind chartmuseum to a specific interface The new config option "listen.host" ("--listen-host", "LISTEN_HOST") may be used to bind chartmuseum to a specific interface rather than 0.0.0.0. Default is 0.0.0.0 to stick with current behaviour. Fixes #255 Signed-off-by: jayme-github <[email protected]> * Refactor to make host a field of router Signed-off-by: jayme-github <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Use case: I have chartmuseum run natively on my laptop (not in docker machine). However, from what I see, chartmuseum listens to all available network interfaces, thus any machine in the same wifi is able to access to my chartmuseum.
Expect: an argument in CLI to specify which network interface, aka. IP, to bind to.
The text was updated successfully, but these errors were encountered: