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

https://github.com/bervproject/vaultexample

Vault Example in C# and Go
https://github.com/bervproject/vaultexample

Last synced: 5 months ago
JSON representation

Vault Example in C# and Go

Awesome Lists containing this project

README

          

# VaultExample

Vault Example in C# and Go

## Preparation

0. Install Docker & Docker Compose
1. Run vault server.
* `docker compose up -d`, or
* (for older docker & docker compose version) `docker-compose up -d`

## Tools

1. .NET 8 or newer
2. Go

## More details

Part of series: [Exploring HashiCorp Vault](https://dev.to/berviantoleo/exploring-hashicorp-vault-with-vault-net-client-library-194n)