quarkiverse / quarkus-google-cloud-services

Google Cloud Services Quarkus Extensions

Home Page:https://docs.quarkiverse.io/quarkus-google-cloud-services/main/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Secret manager needs GOOGLE_APPLICATION_CREDENTIALS env var

loicmathieu opened this issue · comments

When using secret manager and configuration items loading via sm//my.database.password for example, if the GOOGLE_APPLICATION_CREDENTIALS env variable is not set the application fail with

Failed to load config value of type class java.lang.String for: my.database.password

Not an issue, I was missing my projectId/serviceAccount settings :(