Skip to content

Vagrant repo to deploy a 3 node Vault cluster with integrated storage

Notifications You must be signed in to change notification settings

iainthegray/vault-vagrant-int-storage

Repository files navigation

Vault Vagrant project to initialize integrated storage

This initial repo uses shamir key shards as unseal type.

Instructions

  1. Download repo
  2. Make sure the vagrant private network does not clash with any you have running
  3. Run vagrant up
  4. vagrant ssh vault-server-1
  5. cd /vagrant; sudo ./vault-init-leader.sh
  6. exit
  7. vagrant ssh vault-server-2
  8. cd /vagrant; sudo ./vault-init-follower.sh
  9. exit
  10. vagrant ssh vault-server-3
  11. cd /vagrant; sudo ./vault-init-follower.sh
  12. exit

Should be able to log into Vault on http://127.0.0.1:8200

About

Vagrant repo to deploy a 3 node Vault cluster with integrated storage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages