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

Support space-separated list in addresses #406

Merged
merged 1 commit into from
Feb 5, 2018

Commits on Jan 31, 2018

  1. Support space-separated list in addresses

    "In Consul 1.0 and later [addresses from config_hash] can be set to a space-separated list of addresses to bind to [...]" https://www.consul.io/docs/agent/options.html#addresses
    
    Using a space-separated list in addresses for 'http' is currently not supported because it would break config in init scripts and other places. Limiting this to the first one mentioned fixes this.
    sw0x2A authored Jan 31, 2018
    Configuration menu
    Copy the full SHA
    84ff89a View commit details
    Browse the repository at this point in the history