Document how to use Vault's database backend.

See gh-169.
This commit is contained in:
Mark Paluch
2017-10-20 17:41:39 +02:00
parent 14641ad447
commit 045da2be68

View File

@@ -588,6 +588,11 @@ Using a database secret backend requires to enable the
backend in the configuration and the `spring-cloud-vault-config-databases`
dependency.
Vault ships since 0.7.1 with a dedicated `database` secret backend that allows
database integration via plugins. You can use that specific backend by adapting
one of the JDBC database properties above. Make sure to specify the appropriate
backend path, e.g. `spring.cloud.vault.mysql.role.backend=database`.
.pom.xml
====
[source,xml,indent=0,subs="verbatim,quotes,attributes"]