Examples for Spring Vault and Spring Cloud Vault Config
-
Updated
Feb 15, 2023 - Java
Examples for Spring Vault and Spring Cloud Vault Config
The goal of this project is to explore the capabilities of Vault. To achieve this, we will develop applications that utilize Vault for storing and retrieving secrets. Vault dynamically generates credentials for accessing databases and relies on Consul as the backend. The authentication method employed in Vault is AppRole.
Spring + Vault Example
Spring vault integration project, Sample code developed using the Dependencies Spring Cloud Vault Configuration and Better Cloud Dependencies
This repository contains some vault playground examples. vault, spring-boot, security, docker compose, gradle include builds
Implementation of Auth flow with dynamic public/private key set rotation using Vault
This is a Spring Boot application exposing some REST controllers with functionalities to access external API (Marvel API) and provide functionalities as fetch all API data, find data by id and start a simple game.
Integration with HashiCorp Vault, a tool designed for securely managing sensitive data.
Spring cloud vault can manage static and dynamic secrets such as username/password for remote applications/resources and provide credentials for external services such as MySQL, PostgreSQL, Apache Cassandra, MongoDB, Consul, AWS, etc.
Add a description, image, and links to the spring-vault topic page so that developers can more easily learn about it.
To associate your repository with the spring-vault topic, visit your repo's landing page and select "manage topics."