Hi all.
I am using https://github.com/hashicorp/vault-guides/tree/master/operations/provision-vault/best-practices/terraform-aws for testing purpose.
I deployed the best practice on AWS as he creates one bastion host, 3 vault nodes and 3 consul nodes. All ok but now I want to export/access the Vault GUI and as I have the bastion host I thought to have a nginx/haproxy to point to the public IP then access the Vault GUI.
Now is there a better options to do so?
and how can I configure the revers proxy. I tried different configurations but still not getting the GUI login page.
Cheers