The cassandra backend has been deprecated in Vault 0.7.1 and
+ password-property: spring.datasource.password enabled setting this value to true enables the Database backend config usagerole sets the role name of the Database role definitionbackend sets the path of the Database mount to useusername-property sets the property name in which the Database username is storedpassword-property sets the property name in which the Database password is stored
See also: Vault Documentation: Database Secrets backend ![[Note]](images/note.png) | Note |
|---|
The cassandra backend has been deprecated in Vault 0.7.1 and
it is recommended to use the database backend and mount it as cassandra. |
Spring Cloud Vault can obtain credentials for Apache Cassandra.
The integration can be enabled by setting
spring.cloud.vault.cassandra.enabled=true (default false) and
@@ -49,7 +49,7 @@ You can configure the property names by setting
role: readonly
backend: cassandra
username-property: spring.data.cassandra.username
- password-property: spring.data.cassandra.username enabled setting this value to true enables the Cassandra backend config usagerole sets the role name of the Cassandra role definitionbackend sets the path of the Cassandra mount to useusername-property sets the property name in which the Cassandra username is storedpassword-property sets the property name in which the Cassandra password is stored
See also: Vault Documentation: Setting up Apache Cassandra with Vault ![[Note]](images/note.png) | Note |
|---|
The mongodb backend has been deprecated in Vault 0.7.1 and
+ password-property: spring.data.cassandra.password enabled setting this value to true enables the Cassandra backend config usagerole sets the role name of the Cassandra role definitionbackend sets the path of the Cassandra mount to useusername-property sets the property name in which the Cassandra username is storedpassword-property sets the property name in which the Cassandra password is stored
See also: Vault Documentation: Setting up Apache Cassandra with Vault ![[Note]](images/note.png) | Note |
|---|
The mongodb backend has been deprecated in Vault 0.7.1 and
it is recommended to use the database backend and mount it as mongodb. |
Spring Cloud Vault can obtain credentials for MongoDB.
The integration can be enabled by setting
spring.cloud.vault.mongodb.enabled=true (default false) and
@@ -80,7 +80,7 @@ You can configure the property names by setting
role: readonly
backend: mysql
username-property: spring.datasource.username
- password-property: spring.datasource.username enabled setting this value to true enables the MySQL backend config usagerole sets the role name of the MySQL role definitionbackend sets the path of the MySQL mount to useusername-property sets the property name in which the MySQL username is storedpassword-property sets the property name in which the MySQL password is stored
See also: Vault Documentation: Setting up MySQL with Vault ![[Note]](images/note.png) | Note |
|---|
The postgresql backend has been deprecated in Vault 0.7.1 and
+ password-property: spring.datasource.password enabled setting this value to true enables the MySQL backend config usagerole sets the role name of the MySQL role definitionbackend sets the path of the MySQL mount to useusername-property sets the property name in which the MySQL username is storedpassword-property sets the property name in which the MySQL password is stored
See also: Vault Documentation: Setting up MySQL with Vault ![[Note]](images/note.png) | Note |
|---|
The postgresql backend has been deprecated in Vault 0.7.1 and
it is recommended to use the database backend and mount it as postgresql.
Configuration for spring.cloud.vault.postgresql will be removed in a future version. |
Spring Cloud Vault can obtain credentials for PostgreSQL.
The integration can be enabled by setting
@@ -96,4 +96,4 @@ You can configure the property names by setting
role: readonly
backend: postgresql
username-property: spring.datasource.username
- password-property: spring.datasource.username enabled setting this value to true enables the PostgreSQL backend config usagerole sets the role name of the PostgreSQL role definitionbackend sets the path of the PostgreSQL mount to useusername-property sets the property name in which the PostgreSQL username is storedpassword-property sets the property name in which the PostgreSQL password is stored
See also: Vault Documentation: Setting up PostgreSQL with Vault |
|
|