-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
DNS resolution issues when using vault #1159
Comments
Hi @rhoml, Our builds are static and thus use Go's internal DNS resolver. This may have different behavior than your libc's resolver depending on the OS, especially when there isn't a local DNS resolver running (e.g. You can either use the HTTP API, or you can build Vault yourself dynamically (e.g. without using |
Thought that it was somehow related to go resolver. Let me try to disable the CGO_ENABLED variable and see how it works. Thanks @jefferai |
- Add option “with-dynamic” to vault, in order to optionally build with CGO_ENABLED - This is a common use case for VPN users on Mac OS X - See: hashicorp/vault#1159, hashicorp/vault#712 Closes #7238. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
Here's another case where golang/go#12524 is an issue. |
I found this weird issue when using the vault command line.
traceroute
the only way to make it work is modifying my /etc/hosts file and enforcing the ip address there don't know if anyone else has found this issue.
The text was updated successfully, but these errors were encountered: