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

Support direct OAuth credentials with Google Cloud Storage #637

Open
mpiannucci opened this issue Jan 28, 2025 · 0 comments
Open

Support direct OAuth credentials with Google Cloud Storage #637

mpiannucci opened this issue Jan 28, 2025 · 0 comments
Assignees
Labels
enhancement ✨ New feature or request storage 💾 About storage backends

Comments

@mpiannucci
Copy link
Contributor

mpiannucci commented Jan 28, 2025

Currently, Google Cloud Storage authentication is limited to service account keys. Many times, the service account is not accessible or a larger system is impersonating accounts to obtain credentials which come in the form of OAuth credentials. This is possible with object_store though:

apache/arrow-rs#5223

With this we need to expose a credential provider to python and rust users that allows for passing in OAuth token directly. This should also support refreshing as the tokens come with expiration dates

@mpiannucci mpiannucci added enhancement ✨ New feature or request storage 💾 About storage backends labels Jan 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement ✨ New feature or request storage 💾 About storage backends
Projects
None yet
Development

No branches or pull requests

2 participants