Commit Graph

4 Commits

Author SHA1 Message Date
Mark Paluch
27d1e695ec Upgrade to Spring Boot 1.4 GA
Fixes gh-26
2016-07-29 06:00:45 +02:00
Mark Paluch
d4f40a1f40 Provide a Vault client API for low-level and higer-order functions
Split functionality from VaultClient and refactor it into VaultConfigOperations/VaultConfigTemplate. The template now holds the authentication state and the property source just uses the template.

Fixes gh-23
2016-07-19 16:39:49 +02:00
Mark Paluch
232aae9ba8 Refactor ClientAuthentication into own component
The authentication API can be provided into VaultClient by implementing a ClientAuthentication.
2016-07-04 22:45:47 +02:00
Mark Paluch
c99a689ccc Support AWS credential generation
Tests require external provided access and secret keys to run.

fixes gh-4
2016-07-03 14:03:47 +02:00