Dynamic datasource URL configuration (Reactive) #46349
Replies: 3 comments 1 reply
-
/cc @radcortez (config) |
Beta Was this translation helpful? Give feedback.
-
You need to build a As an example, it needs to something similar to the Vault Extension: https://github.com/quarkiverse/quarkus-vault |
Beta Was this translation helpful? Give feedback.
-
I ended up solving it by implementing a |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
My use case is that the various datasource properties (host, db name, user, password etc) are to be retrieved from AWS Secrets Manager, and so they'd need to be fetched at runtime at application startup. Only then would I be able to construct the datasource URL quarkus should use.
Any ideas on how to go about doing this?
Beta Was this translation helpful? Give feedback.
All reactions