Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 730 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 730 Bytes

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.

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

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

Examples in other languages