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

https://github.com/daggerok/vault-examples

This repository contains some vault playground examples. vault, spring-boot, security, docker compose, gradle include builds
https://github.com/daggerok/vault-examples

docker docker-compose gradle spring-vault vault

Last synced: about 2 months ago
JSON representation

This repository contains some vault playground examples. vault, spring-boot, security, docker compose, gradle include builds

Awesome Lists containing this project

README

          

= vault-examples image:https://github.com/daggerok/vault-examples/workflows/CI/badge.svg["CI", link="https://github.com/daggerok/vault-examples/actions?query=workflow%3ACI"] image:https://travis-ci.org/daggerok/vault-examples.svg?branch=master["Build Status", link="https://travis-ci.org/daggerok/vault-examples"]

This repository contains some vault playground examples

== modules

* link:02-hello-world/[hello world]
* link:03-vault-mount-mysql/[mysql backend]
* link:04-production-mode/[production config]

== TODO

* store into vault using plain java
* use spring-boot auto-configuration + @VaultPropertySource
* use vault to configure database connection
* link:https://www.youtube.com/watch?v=lVZkj688R4I[view this]