An open API service indexing awesome lists of open source software.

https://github.com/angelodotnet/webapi-hashicorpvault

Example showing how to use HashiCorp Vault in a .NET 8 Web Api project
https://github.com/angelodotnet/webapi-hashicorpvault

hacktoberfest hacktoberfest-accepted hashicorp hashicorp-vault net8 vault webapi

Last synced: 4 months ago
JSON representation

Example showing how to use HashiCorp Vault in a .NET 8 Web Api project

Awesome Lists containing this project

README

          

# WebApi HashiCorp Vault
Example showing how to use HashiCorp Vault in a .NET 8 Web Api project.

## Inspired
https://dev.to/berviantoleo/exploring-hashicorp-vault-with-vault-net-client-library-194n

## Prerequisites
- HashiCorp Vault (docker version): https://github.com/AngeloDotNet/Docker.Application/tree/main/Vault

## Screenshots

### Testing write secret
![image](https://github.com/user-attachments/assets/12e9af4e-7e3e-4d13-b034-9e18e08ecf54)

### Testing read secret
![image](https://github.com/user-attachments/assets/552162dc-01f9-42e4-93b9-c57a579f0e85)