Vault¶
📕 Articles¶
- Azure Key Vault configuration provider in ASP.NET Core
- Secret Management in ASP.Net 5.0 Web APIs
- Injecting Secrets into Kubernetes Pods via Vault Helm Sidecar
- Using HashiCorp Vault C# Client with .NET
- Using HashiCorp Vault Agent with .NET
📺 Videos¶
- Secretless apps with .NET and Azure Key Vault
- How to use Azure Key Vault + .NET Core easily | Secrets, Keys and Certificates - English
- How to manage secrets in a .NET Core app with HashiCorp Vault - Part 1
- How to manage secrets in a .NET Core app with HashiCorp Vault - Part 2
📦 Libraries¶
- rajanadar/VaultSharp - A comprehensive cross-platform .NET Library for HashiCorp’s Vault, a secret management tool
- MrZoidberg/VaultSharp.Extensions.Configuration - Enables HashiCorp Vault to be used as a configuration source in dotnet core applications
🚀 Samples¶
- hashicorp/hello-vault-dotnet - Runnable C# examples of how to integrate an application with HashiCorp Vault.
- hashicorp-education/learn-vault-secrets-dotnet-vault - Supporting content for the Using HashiCorp Vault C# Client with .NET Core tutorial