Loïc Mathieu
Loïc Mathieu
@dependabot rebase
There is a JUL log Handler, `com.google.cloud.logging.LoggingHandler` so it should be easy to create an extension to use this handler with Quarkus.
Yes, this extension is a general solution for structured logging, and as it logs in JSON, it will works on most cloud provider solution that understands structured logging. The only...
Maybe we need a way to override the global authentication for the Secret Manager to be able to choose a different authentication mechanism for it. So you can have OIDC...
Hi, please open a PR so we can discuss this. The integration test can be in the main integration test so I can run it manually. Add a REST resource...
Let's keep it openned untill the PR is accepted ;)
Fixed by #386
Hi, There is no reason other than time available. If someone will be ready to invest some time on it I'll be happy to integrate it. Otherwise this would need...
It's a little more complexe, see https://github.com/quarkiverse/quarkus-google-cloud-services#authenticating-to-google-cloud Your issue is that you want to use Storage in some env and something else on other env. And as soon as you...
@fabrii do you successfully workaround the issue with my explaintations ? Can I close this issue now ?