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

https://github.com/devops-rob/vault-developer-patterns


https://github.com/devops-rob/vault-developer-patterns

Last synced: 3 months ago
JSON representation

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)