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
- Host: GitHub
- URL: https://github.com/bervproject/vaultexample
- Owner: bervProject
- License: mit
- Created: 2023-04-23T08:50:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-08T12:12:02.000Z (7 months ago)
- Last Synced: 2025-10-25T21:48:51.437Z (5 months ago)
- Language: C#
- Size: 146 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)