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

RemoteBigQueryHelper possibility to provide own Credentials #2434

Open
simeq opened this issue Dec 4, 2022 · 0 comments
Open

RemoteBigQueryHelper possibility to provide own Credentials #2434

simeq opened this issue Dec 4, 2022 · 0 comments
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@simeq
Copy link

simeq commented Dec 4, 2022

Is your feature request related to a problem? Please describe.
Currently, while using RemoteBigQueryHelper, you can only use keyStream – input stream for a JSON key as credentials for storage. I want to provide custom com.google.auth.Credentials because of how our internal systems manage access to Google Cloud.

Describe the solution you'd like
I want to add a method to RemoteBigQueryHelper that would enable providing the com.google.auth.Credentials.

  public static RemoteBigQueryHelper create(String projectId, Credentials credentials)
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/java-bigquery API. label Dec 4, 2022
@Neenu1995 Neenu1995 added priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels Dec 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/java-bigquery API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants