Skip to content

Conversation

@jayme-github
Copy link
Contributor

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

@thelinuxfoundation
Copy link

Thank you for your pull request. Before we can look at your contribution, we need to ensure all contributors are covered by a Contributor License Agreement.

After the following items are addressed, please respond with a new comment here, and the automated system will re-verify.

Regards,
CLA GitHub bot

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 <jayme-github@users.noreply.github.com>
Copy link
Contributor

@jdolitsky jdolitsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jayme-github thanks for opening-

Can we modify to make this a field on the router, so that we do not need to modify the signature of router.Start or server.Listen?

Signed-off-by: jayme-github <jayme-github@users.noreply.github.com>
@jayme-github
Copy link
Contributor Author

Can we modify to make this a field on the router, so that we do not need to modify the signature of router.Start or server.Listen?

Sure, let me know that you think.

Copy link
Contributor

@jdolitsky jdolitsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks!

@jdolitsky jdolitsky merged commit b5bb97f into helm:master Jul 14, 2020
@jdolitsky jdolitsky added this to the v0.13.0 milestone Nov 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature request: Bind to a specific IP address

4 participants