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

raft storage auto_join with mDNS provider failed #25066

Open
aubrich opened this issue Jan 25, 2024 · 0 comments
Open

raft storage auto_join with mDNS provider failed #25066

aubrich opened this issue Jan 25, 2024 · 0 comments
Labels
bug Used to indicate a potential bug core/ha specific to high-availability

Comments

@aubrich
Copy link
Contributor

aubrich commented Jan 25, 2024

When configuring vault in HA mode with raft integrated storage the port is append two times to the address. Because the mDNS provider of go-discover returns "host:port" :

https://github.com/hashicorp/go-discover/blob/e89ebd1b2f65c80bb2dd21570c12a2957c9aad82/provider/mdns/mdns_provider.go#L105

And in vault port is always appended to the go-discover result :

u := fmt.Sprintf("%s://%s:%d", scheme, ip, port)

@biazmoreira biazmoreira added bug Used to indicate a potential bug core/ha specific to high-availability labels Feb 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to indicate a potential bug core/ha specific to high-availability
Projects
None yet
Development

No branches or pull requests

2 participants