You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional client registration. For example for the JUnit test using test container, I need to create client manually. But if I don't fill application.properties (e.g. quarkus.google.cloud.service-account-location), I get
java.io.IOException: The Application Default Credentials are not available
Multiple clients registration. It is possible in camel to define several endpoints, each using different client - selected via @Named. Having an option to define multiple clients via application.properties would help a lot.
The text was updated successfully, but these errors were encountered:
@JiriOndrusek what you call an optional client is a client that is not authenticated to GCP. For this you'll need to provide a mock to GoogleCloudCredentials, I added a section in the README to explain how to do this, you can find a full exemple in the main integration test.
I'm working on camel-quarkus extension for google-storage apache/camel-quarkus#2421
It would be nice to have:
quarkus.google.cloud.service-account-location
), I get@Named
. Having an option to define multiple clients via application.properties would help a lot.The text was updated successfully, but these errors were encountered: