Skip to content

Commit

Permalink
Update Vault datasource docs to use non-depreacted configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kdubb committed Nov 28, 2021
1 parent 022e132 commit 874cd34
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/src/main/asciidoc/vault-datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -279,10 +279,11 @@ EOF
----

Now that Vault knows how to create users in PostgreSQL, we juste need to change the `mydatabase` credentials
provider to use a `database-credentials-role`.
provider to use `credentials-role` & `credentials-type`.
[source, properties]
----
quarkus.vault.credentials-provider.mydatabase.database-credentials-role=mydbrole
quarkus.vault.credentials-provider.mydatabase.credentials-role=mydbrole
quarkus.vault.credentials-provider.mydatabase.credentials-type=database
----

[NOTE]
Expand Down

0 comments on commit 874cd34

Please sign in to comment.