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

API reachability check #299

Open
Mandorath opened this issue Jul 28, 2022 · 0 comments
Open

API reachability check #299

Mandorath opened this issue Jul 28, 2022 · 0 comments

Comments

@Mandorath
Copy link

I was a bit suprised that the API check uses the ip address of a vault host instead of the FQDN. Is there specific reasoning behind this?

As it uses the ip address by default for checking the API perhaps this should be mentioned in the README.md so that people generate the certs with an alt name or change the vault_api_addr variable. For now I changed the vault_api_addr variable to:

vault_api_addr: "{{ vault_protocol }}://{{ ansible_fqdn }}:{{ vault_port }}"
It then starts using the fqdn. For those who use self-signed certs make sure the CA is trusted on the node or the API check will fail!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant