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

[feature-request] [auth] Authorize without a credentials file #51

Closed
ditsuke opened this issue Sep 22, 2022 · 2 comments · Fixed by #52
Closed

[feature-request] [auth] Authorize without a credentials file #51

ditsuke opened this issue Sep 22, 2022 · 2 comments · Fixed by #52

Comments

@ditsuke
Copy link
Contributor

ditsuke commented Sep 22, 2022

I'm working on a Google pub/sub connector over at https://github.com/risingwavelabs/risingwave where sources can be added ad-hoc through a SQL interface. As such I feel it makes natural sense to not tie down credentials to files on the filesystem, but I don't think its possible yet with the google-cloud-auth crate. I can work on a PR to make this possible if it sounds good!

@yoshidan
Copy link
Owner

That's excellent! I would like to ask you.
Currently, google-cloud-auth acquires credentials from the metadata server on GCP environments such as GKE and Cloud Run, but credentials file is required in other environments.

@ditsuke
Copy link
Contributor Author

ditsuke commented Sep 26, 2022

please check #52 🐙

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

Successfully merging a pull request may close this issue.

2 participants