THIS REPO IS NOT FOR PRODUCTION USE
Stand up a 3 nodes Vault Enterprise demo environment quickly using Docker compose.
- Obtain a Vault Enterprise license, put the license file with the name
vault.hclic
underdocker-compose/vault/vault_s*
- Install Docker Compose, it should come with Docker Desktop on Mac.
make all
to start the docker containers.make token
copies the root token on your clip board that you can use to login.make ui
opens the Vault UI on your default browser.make clean
to tear down the environment