Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Google-Storage Extension: Cannot set serviceAccountKey because of Quarkiverse extension #3131

Closed
oscerd opened this issue Sep 27, 2021 · 2 comments
Assignees
Milestone

Comments

@oscerd
Copy link
Contributor

oscerd commented Sep 27, 2021

I think this part of the quarkiverse extension

https://github.com/quarkiverse/quarkus-google-cloud-services/blob/main/storage/runtime/src/main/java/io/quarkiverse/googlecloudservices/storage/runtime/StorageProducer.java#L35

In this way we cannot use different configuration coming from:

https://github.com/apache/camel/blob/main/components/camel-google/camel-google-storage/src/main/java/org/apache/camel/component/google/storage/GoogleCloudStorageConnectionFactory.java

Because it will be always override by the credentials provider coming from the extension.

@jamesnetherton
Copy link
Contributor

Maybe we should divorce ourselves from the quarkiverse project. I looked through each of the extension modules and I don't see them providing us with anything useful for Camel.

We can get the native support ourselves via com.google.cloud:native-image-support.

WDYT @ppalaga?

@jamesnetherton
Copy link
Contributor

This will have been fixed by #3188.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants