Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a remaining old datasource config reference in the Vault doc #12167

Merged
merged 1 commit into from Sep 17, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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}`.