This script is used to test the usage of the Hashicorp Vault + Hashicorp Consul.
- DockerCompose
docker-compose up -d --build
docker-compose exec vault bash
vault operator init
vault operator unseal <RECOVERY_KEY> Obs.: Execute this command 3 times
To open the GUI of the Vault/Consul, use the default ports:
- Vault Address: http://127.0.0.1:8200/
- Consul Address: http://127.0.0.1:8500
Creating scripts to install this infraestructure on Azure with VMSS and VMSS Extensions