Vault and Terraform
Use Hashicorp Vault and Terraform to securely manage your configuration and secrets.
yum -y install http://pbase-foundation.com/pbase-repo.rpmyum -y install pbase-preconfig-vaultyum -y install pbase-vault
Use Terraform to manage your servers and infrastructure.
yum -y install pbase-terraform
Configuration Options
The pbase-preconfig-vault rpm creates a sample configuration file that can be customized:
{"pbase_vault" : {"httpPort": 8200,"firewallEnableExternalAccess": true,"addApacheProxy": false,"protocol": "http","storageFilePath": "/opt/vault/data","rootUrl": "http://127.0.0.1:8200/ui","devMode": false}}
More about Hashicorp Terraform
Read more about Terraform at:
https://www.terraform.io//
"Terraform is an open-source infrastructure as code software tool that provides a consistent CLI workflow to manage hundreds of cloud services."
More about Hashicorp Vault
Read more about Vault at:
https://www.vaultproject.io/
"Secure, store and tightly control access to tokens, passwords, certificates, encryption keys for protecting secrets and other sensitive data..."