mantl / mesos-consul

Mesos to Consul bridge for service discovery
Apache License 2.0
338 stars 95 forks source link

Basic auth is not working with consul #123

Open sujithvs-dev opened 6 years ago

sujithvs-dev commented 6 years ago

I am passing below arguments to mesos-consul application and it is not getting authenticated with consul. Consul is running behind Nginx proxy layer. Can somebody validate below arguments,

  "args": [
    "--zk=zk://xx.xx.xx.xx:2181,xx.xx.xx.xx:2181,xx.xx.xx.xx:2181/mesos",
    "--log-level=info",
    "--consul",
    "--refresh=5s",
    "--consul-auth=admin:$apr1$0xUM.ti7$dQuRPxHFuNH42LK1iqcMR1"
  ]