mirror of
https://github.com/hashicorp/hello-vault-dotnet
synced 2026-04-05 19:03:51 +00:00
No description
- C# 57.4%
- Shell 29.3%
- TSQL 5.8%
- Dockerfile 5.5%
- HCL 2%
|
|
||
|---|---|---|
| .github | ||
| quick-start | ||
| sample-app | ||
| .gitignore | ||
| CODEOWNERS | ||
| LICENSE | ||
| README.md | ||
hello-vault-dotnet
Runnable C# examples of how to integrate an application with HashiCorp Vault.
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, static and dynamic secrets.