Skip to content

Commit

Permalink
Merge pull request #12167 from gsmet/fix-old-datasource-in-vault
Browse files Browse the repository at this point in the history
Fix a remaining old datasource config reference in the Vault doc
  • Loading branch information
gsmet committed Sep 17, 2020
2 parents e9353df + 437db52 commit f840337
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/main/asciidoc/vault-auth.adoc
Expand Up @@ -327,7 +327,10 @@ such that they will be accessible from the pod):
[source, properties, subs=attributes+]
----
quarkus.vault.url=http://<host>:8200
quarkus.datasource.url = jdbc:postgresql://<host>:5432/mydatabase
quarkus.datasource.db-kind=postgresql
quarkus.datasource.username=<your username>
quarkus.datasource.password=<your password>
quarkus.datasource.jdbc.url = jdbc:postgresql://<host>:5432/mydatabase
quarkus.vault.authentication.kubernetes.role=vault-quickstart-role
Expand Down Expand Up @@ -436,4 +439,4 @@ Finally curl the `private-key` endpoint to make sure you can retrieve your secre
curl http://localhost:30400/hello/private-key
----

You should see `{private-key}`.
You should see `{private-key}`.

0 comments on commit f840337

Please sign in to comment.