Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 748 Bytes

README.adoc

File metadata and controls

5 lines (4 loc) · 748 Bytes

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 a DataSource for a MySQL database