# irrigate-vault

This cookbook provides functionality for installing and configuring [Hashicorp Vault](https://www.vaultproject.io/) services.

## Supported Platforms

Amazon Linux

## Kitchen Testing

* Copy `.env.shadow` to `.env` and amend as appropriate. 
* Generate AWS credentials and run `kitchen` commands.

The suite for testing the installation and configuration of a Vault server utilises a test cookbook at [test/cookbooks/irrigate-vault-test](test/cookbooks/irrigate-vault-test).
This wraps the main cookbook and extends it to automatically initialise the Vault server and configure the root token.
