https://github.com/devops-rob/vault-developer-patterns
https://github.com/devops-rob/vault-developer-patterns
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devops-rob/vault-developer-patterns
- Owner: devops-rob
- Created: 2021-03-10T12:10:59.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-02T23:15:06.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T02:35:28.767Z (12 months ago)
- Language: Java
- Size: 18.6 MB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vault Developer Patterns
This repo has a collection of Developer patterns that adoptors of HashiCorp Vault can use for reference to help solve their devloper problems. All patterns include a [Shipyard blueprint](https://shipyard.run) with all infrastructure components configured to create local development environments to run these examples.
> **Note:**
>Every effort is made to provide these examples in as many languages as possble, with bash being the main example.
## Patterns
* [RabbitMQ Message Queue Encryption at Rest](https://github.com/devops-rob/vault-developer-patterns/tree/main/rabbitmq-message-queue-encryption)
* [One-Time Passcode implementation with Vault's TOTP Secrets Engine](https://github.com/devops-rob/vault-developer-patterns/tree/main/vault-totp-pattern)
* [Kafka Message Encryption at Rest](https://github.com/devops-rob/vault-developer-patterns/tree/main/kafka-message-encryption)