I've been having some trouble being able to access the UI via https://vault.service.consul/ui in a private subnet.
I may be wrong, but I believe the examples showing HA and also the Private subnet example do not register the vault service with consul. So unless you are using an ELB, you wont have the vault.service.consul FQDN to utilise the vault UI.
I am very new to Vault, but I'd imagine this would be problematic for others trying to use a redirect for a private cluster, OIDC, or use the dnsmasq scripts.
I tried to search for where this configuration block for the service registration would be specified in the repo, but couldn't find it:
service_registration "consul"
https://www.vaultproject.io/docs/configuration/service-registration/consul
Is this being specified anywhere or should it be by default? Or is there anywhere in the repo that the vault service is getting registered with consul and I'm missing it?
I also opened a thread on hashicorp discuss yesterday before I realised this might be extending to other functions in this repository as well. https://discuss.hashicorp.com/t/why-might-a-consul-client-not-be-able-to-access-vault-ui-at-https-vault-service-consul-ui/17660
Thanks if anyone can provide any clues!