GitHub - hashicorp/hello-vault-go: Runnable examples in Go of how to integrate an application with HashiCorp Vault. (original) (raw)

hello-vault-go

Runnable examples in Go of how to integrate an application with HashiCorpVault.

All examples here run Vault in -dev mode which is insecure and should not be run in production, but these examples can be a good starting point to learn from.

Quick Start

This is a simple example of reading and writing your first secret!

Sample Application

Here you will find a more realistic example that demonstrates many important concepts, including authentication, dynamic secrets, and lease renewal logic.

Examples in other languages