No description
  • C# 57.4%
  • Shell 29.3%
  • TSQL 5.8%
  • Dockerfile 5.5%
  • HCL 2%
Find a file
Chris DeBon c47dd2f57a
Update run.sh Docker reference (#48)
Update run.sh Docker reference
2025-04-15 11:32:20 -04:00
.github Adding PR template (#17) 2021-12-22 11:38:11 -08:00
quick-start Update run.sh Docker reference (#48) 2025-04-15 11:32:20 -04:00
sample-app Bump System.Data.SqlClient from 4.8.5 to 4.8.6 in /sample-app/WebService (#44) 2024-01-22 17:46:49 +00:00
.gitignore Switch to using environment variables for app configuration (#19) 2021-12-22 18:23:41 -05:00
CODEOWNERS Add codeowners file (#36) 2022-10-12 08:10:29 -07:00
LICENSE [COMPLIANCE] Update MPL 2.0 LICENSE (#35) 2022-10-11 22:29:04 -07:00
README.md Clarify not to run these samples in production (#46) 2024-09-05 10:38:05 -07:00

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.

Examples in other languages