-
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
vault cli don't use alternative DNS resolver #11361
Comments
I may be mistaken, but wouldn't the second resolver only be consulted if the first can't respond? See https://apple.stackexchange.com/questions/157245/why-wont-os-x-query-multiple-dns-servers Can you verify that ping does what you expect when that config is in place? |
Yes, it works. I followed this article and everything except "vault cli" works great.
Is the vault cli using the "/etc/resolv.conf" instead of the whole entries of the scutil configuration? |
Interesting. Will dig deeper. |
Describe the bug
The Vault cli don't use alternative DNS Server for a specific Domain.
To Reproduce
Expected behavior
Vault cli should use the alternative DNS Server like all other tools (ping/curl vault.example.com works fine).
Environment:
vault version
): Vault v1.7.0 ('4e222b85c40a810b74400ee3c54449479e32bb9f+CHANGES')Additional context
If i set the alternative resolver as primary everything works fine.
The text was updated successfully, but these errors were encountered: