Samples from Securely Managing Secrets with Spring Vault talk. Refer to the Javadoc for setup instructions:
-
hello-vault - Runs a simple example that demos how to write and read a pojo’s properties to Vault using Spring Vault’s Vault template.
-
hello-spring-vault - Runs a simple example that demos how to use
@VaultPropertySource
-
spring-vault-mysql - Runs an example that demos how to use
@VaultPropertySource
to obtain credentials for aDataSource
for a MySQL database