I'm attempting to use Vault with mesos-etcd as the storage backend, and I can't seem to get it to connect using discovery_srv. Vault looks for _etcd-client._tcp.etcd.mesos and mesos-dns has entries for _etcd-server._client.etcd.mesos as stated in the README.
I'm attempting to use Vault with mesos-etcd as the storage backend, and I can't seem to get it to connect using discovery_srv. Vault looks for
_etcd-client._tcp.etcd.mesos
and mesos-dns has entries for_etcd-server._client.etcd.mesos
as stated in the README.The pattern Vault looks for follows the documentation: https://coreos.com/etcd/docs/latest/op-guide/clustering.html#dns-discovery
Maybe I'm missing something?