googleapis / googleapis/google-cloud-java

[java-bigquery] RemoteBigQueryHelper possibility to provide own Credentials

未关闭
#12,168 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
api: bigquery priority: p2 type: feature request
主要语言
Java
星标
2.1k
派生
1.2k
平均合并
1 天 23 小时
30 天内合并 PR
154

描述

**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)
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。