Currently, the config file that the run-consul script generates has the client_addr hard-coded to 0.0.0.0. I would like to set my client_addr to 127.0.0.1 to restrict access to the UI to localhost only (and have an nginx reverse proxy running on the same host that can handle authentication and presenting a client certificate). Can we update the script to have a --client-addr param that defaults to 0.0.0.0?
Currently, the config file that the run-consul script generates has the
client_addr
hard-coded to 0.0.0.0. I would like to set myclient_addr
to 127.0.0.1 to restrict access to the UI to localhost only (and have an nginx reverse proxy running on the same host that can handle authentication and presenting a client certificate). Can we update the script to have a--client-addr
param that defaults to 0.0.0.0?