This repository has been archived by the owner on Jan 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 487
Consul client is not producing a valid lookup on vault.service.consul (following ubuntu 18 documentation) #198
Labels
Comments
queglay
changed the title
consul client in ubuntu 18 documentation is producing a valid lookup on vault.service.consul
Consul client in ubuntu 18 documentation is not producing a valid lookup on vault.service.consul
Dec 20, 2020
queglay
changed the title
Consul client in ubuntu 18 documentation is not producing a valid lookup on vault.service.consul
Consul client (following ubuntu 18 documentation) is not producing a valid lookup on vault.service.consul
Dec 20, 2020
queglay
changed the title
Consul client (following ubuntu 18 documentation) is not producing a valid lookup on vault.service.consul
Consul client is not producing a valid lookup on vault.service.consul (following ubuntu 18 documentation)
Dec 20, 2020
This seems to be the problem.
Normally should this be |
I really don't know much about systemd resolv.conf and how consul is supposed to configure it, but this seems strange...
And so when I just use |
I wonder if this is the cause of hashicorp/terraform-aws-vault#223? |
Ah, I see you mentioned Vault in your first sentence, so yea, looks like these are related. |
See also #155. |
It looks like the symlink is just not linked correctly... |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When testing on ubuntu 18 for a vault client, I can only use
dig @localhost vault.service.consul
and notdig vault.service.consul
. This results in vault commands not succeeding.I usually use the client on Amazon Linux 2 and centos which work for me. I installed systemd with defaults for ubuntu18.
I can see consul members and can lookup vault with
dig @localhost vault.service.consul
...But cannot with
dig vault.service.consul
If I check the status of the service I can see:
The text was updated successfully, but these errors were encountered: