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:
@@ -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
|
||||
----
|
||||
====
|
||||
|
||||
|
||||
Reference in New Issue
Block a user