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

RemoteStorageHelper possibility to provide own Credentials #1794

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

RemoteStorageHelper possibility to provide own Credentials #1794

simeq opened this issue Dec 4, 2022 · 0 comments
Assignees
Labels
api: storage Issues related to the googleapis/java-storage API. 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 RemoteStorageHelper, 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 RemoteStorageHelper that would enable providing the com.google.auth.Credentials.

  public static RemoteStorageHelper create(String projectId, Credentials credentials)
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/java-storage API. label Dec 4, 2022
@JesseLovelace JesseLovelace self-assigned this Dec 9, 2022
@JesseLovelace JesseLovelace added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/java-storage API. 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