• Tim Gross's avatar
    agent: add optional param to -dev flag for connect (#6126) · e145d3ba
    Tim Gross authored
    Consul Connect must route traffic between network namespaces through a
    public interface (i.e. not localhost). In order to support testing in
    dev mode, users needed to manually set the interface which doesn't
    make for a smooth experience.
    
    This commit adds a facility for adding optional parameters to the
    `nomad agent -dev` flag and uses it to add a `-dev=connect` flag that
    binds to a public interface on the host.
    e145d3ba