Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.02 KB

Vault Genesis Kit

This is a Genesis kit for deploying Vault via the safe-boshrelease. It deploys a 3-node Vault cluster, using Consul as a backend. It also includes the strongbox API to make sealing/unsealing the entire Vault cluster easier to manage when using the safe CLI.

Quick Start

To use it, you don't even need to clone this repository! Just run the following (using Genesis v2):

# create a vault-deployments repo using the latest version of the vault kit
genesis init --kit vault

# create a vault-deployments repo using v1.0.0 of the vault kit
genesis init --kit vault/1.0.0

# create a my-vault-configs repo using the latest version of the vault kit
genesis init --kit vault -d my-vault-configs

Learn More

For more in-depth documentation, check out the manual.