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
Otherwise I will not be able to specify my own CredentialsProvider, which I intend to use for my locally running pubsub emulator spinned up by docker compose.
What do you think?
The text was updated successfully, but these errors were encountered:
When I try to override the
com.google.api.gax.core.CredentialsProvider
like this:... I get the following exception:
IMHO the implemtation of
GcpCredentialProviderProducer
should useio.quarkus.arc.DefaultBean
instead ofjakarta.enterprise.inject.Default
as depicted in this guide: https://quarkus.io/guides/cdi-reference#enable_build_profileAlso see
quarkus-google-cloud-services/common/runtime/src/main/java/io/quarkiverse/googlecloudservices/common/GcpCredentialProviderProducer.java
Line 20 in ca8a7a0
Otherwise I will not be able to specify my own
CredentialsProvider
, which I intend to use for my locally running pubsub emulator spinned up by docker compose.What do you think?
The text was updated successfully, but these errors were encountered: