diff --git a/multi/multi_vault.config.backends.database-backends.html b/multi/multi_vault.config.backends.database-backends.html index fd58ccd7..b7036ffd 100644 --- a/multi/multi_vault.config.backends.database-backends.html +++ b/multi/multi_vault.config.backends.database-backends.html @@ -6,7 +6,10 @@ services that need to access a database no longer need to configure credentials: they can request them from Vault, and use Vault’s leasing mechanism to more easily roll keys.
Spring Cloud Vault integrates with these backends:
Using a database secret backend requires to enable the
backend in the configuration and the spring-cloud-vault-config-databases
-dependency.
Example 5.1. pom.xml
<dependencies> +dependency.Vault ships since 0.7.1 with a dedicated
databasesecret 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.Example 5.1. pom.xml
<dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-vault-config-databases</artifactId> diff --git a/single/spring-cloud-vault.html b/single/spring-cloud-vault.html index 3d3745f5..c7a9857c 100644 --- a/single/spring-cloud-vault.html +++ b/single/spring-cloud-vault.html @@ -290,7 +290,10 @@ services that need to access a database no longer need to configure credentials: they can request them from Vault, and use Vault’s leasing mechanism to more easily roll keys.Spring Cloud Vault integrates with these backends:
Using a database secret backend requires to enable the backend in the configuration and the
spring-cloud-vault-config-databases-dependency.Example 5.1. pom.xml
<dependencies> +dependency.Vault ships since 0.7.1 with a dedicated
databasesecret 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.