The goal of this guide is to allows users to easily provision a development Vault cluster in just a few commands.
5 minutes.
There are many different ways to provision and configure an easily accessible development Vault cluster, making it difficult to get started.
Provision a development Vault cluster in Vagrant.
The Vagrant Development Vault guide is for educational purposes only. It's designed to allow you to quickly standup a single instance with Vault running in -dev
mode. The single node is provisioned into a local VM, allowing for easy access to the instance. Because Vault is running in -dev
mode, all data is in-memory and not persisted to disk. If any agent fails or the node restarts, all data will be lost. This is only mean for local use.
We will now provision the development Vault cluster in Vagrant.
Run vagrant up
to start the VM and configure Vault. That's it! Once provisioned, view the Vagrant ouput for next steps.
$ vagrant up
Now that you've provisioned and configured a development Vault cluster, start walking through the Vault Guides