Fix password property in example.

* Update spring-cloud-vault.adoc

Updated password property in example to match the spring datasource password

* Fixing the rest of the property examples

Updating all property examples so the password property is mapped to a datasource password property


Original pull request: gh-324.
This commit is contained in:
Zach Hubbs
2019-04-18 04:24:23 -04:00
committed by Mark Paluch
parent e649ef620a
commit 0e5519cacf

View File

@@ -986,7 +986,7 @@ spring.cloud.vault:
role: readonly
backend: database
username-property: spring.datasource.username
password-property: spring.datasource.username
password-property: spring.datasource.password
----
====
@@ -1025,7 +1025,7 @@ spring.cloud.vault:
role: readonly
backend: cassandra
username-property: spring.data.cassandra.username
password-property: spring.data.cassandra.username
password-property: spring.data.cassandra.password
----
====
@@ -1104,7 +1104,7 @@ spring.cloud.vault:
role: readonly
backend: mysql
username-property: spring.datasource.username
password-property: spring.datasource.username
password-property: spring.datasource.password
----
====
@@ -1144,7 +1144,7 @@ spring.cloud.vault:
role: readonly
backend: postgresql
username-property: spring.datasource.username
password-property: spring.datasource.username
password-property: spring.datasource.password
----
====