This initial repo uses shamir key shards as unseal type.
- Download repo
- Make sure the vagrant private network does not clash with any you have running
- Run vagrant up
- vagrant ssh vault-server-1
- cd /vagrant; sudo ./vault-init-leader.sh
- exit
- vagrant ssh vault-server-2
- cd /vagrant; sudo ./vault-init-follower.sh
- exit
- vagrant ssh vault-server-3
- cd /vagrant; sudo ./vault-init-follower.sh
- exit
Should be able to log into Vault on http://127.0.0.1:8200