Closed bgizdov closed 3 years ago
Do you use the latest version published a few days ago, 0.7.0. It contains a fix that should have solved this issue.
Yes, I saw this fix, and I am using the latest version 0.7.0.
So I'll need a reproducer project because the fix should have fixed your issue.
Hi @loicmathieu ,
I created a test project here https://github.com/bgizdov/secret-manager-test
The error log when start quarkus https://github.com/bgizdov/secret-manager-test/blob/main/error.log
I noticed that if you comment regular env config and uncomment ${sm//foobar} config while the app is running, then the code is hot replaced, and it is able to get the secrets from google secret manager.
Fixed via #154
@loicmathieu I confirm, it works now with v0.9.0. Thanks
Hi,
I am trying to use secret manager for JDBC username and password, but I get errors. I suppose JDBC is initialized before GCP config, and that is the reason for the errors. If I just use secrets that are injected in beans it is working fine.
If you have ideas on how to fix or work around this issue, please share your thoughts.
Note: Maybe it is something similar to #109
I am using the latest released version 0.7.0.