- Website: https://www.vaultproject.io
- GitHub repository: https://github.com/hashicorp/vault
- IRC:
#vault-tool
on Freenode - Announcement list: Google Groups
- Discussion list: Google Groups
This repository provides the technical content to support the Vault Guides site.
This area will contain instructions to operatioanlize Vault.
- Provision a Dev Vault Cluster locally with Vagrant
- Provision a Dev Vault Cluster on AWS with Terraform
- Provision a Quick Start Vault & Consul Cluster on AWS with Terraform
- Provision a Best Practices Vault & Consul Cluster on AWS with Terraform
This directory contains example use cases involving secrets management.
This directory contains example use cases involving identity.
This directory contains example use cases involving encryption as a service.
This directory contains graphics and other material for the repository.
You may notice some gitignore.tf
files in certain directories. .tf
files that contain the word "gitignore" are ignored by git in the .gitignore
file.
If you have local Terraform configuration that you want ignored (like Terraform backend configuration), create a new file in the directory (separate from gitignore.tf
) that contains the word "gitignore" (e.g. backend.gitignore.tf
) and it won't be picked up as a change.
We welcome contributions and feedback! For guide submissions, please see the contributions guide