Vault

vaultlib: a Go Vault client library for reading secrets

A simple, lightweight Go library for getting secrets from Hashicorp Vault

mch1307

2 minute read

Moving applications to containers can require some considerable development efforts. One of the important transitions is the application’s configuration. In traditional deployments, configuration is usually performed “individually” on the target server. Some organizations use deployment or automation tools, others might even do that manually.