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

Allow to bind chartmuseum to a specific interface #345

Merged
merged 2 commits into from
Jul 14, 2020

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 <[email protected]>
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?

@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