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

Feature request: Support etcd DNS/SRV discovery #2519

Closed
jsok opened this issue Mar 22, 2017 · 2 comments
Closed

Feature request: Support etcd DNS/SRV discovery #2519

jsok opened this issue Mar 22, 2017 · 2 comments

Comments

@jsok
Copy link
Contributor

jsok commented Mar 22, 2017

Rather than specifying a static list of endpoints in the etcd config, allow specify a SRV domain as per the DNS discovery protocol.

The etcd/client library supports and implements a Discoverer protocol which should make this relatively straight forward to implement.

Config change

Supporting a new config option which would be mutually exlusive with endpoints:

storage "etcd" {
  discovery_srv  = "example.com"
}
@raoofm
Copy link
Contributor

raoofm commented Mar 22, 2017

Really need this.
we configure, etcd, etcdctl, proxy using SRV but can't configure vault via discovery.

@raoofm
Copy link
Contributor

raoofm commented Mar 22, 2017

adding @xiang90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants