You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've used (and contributed to) the gcp_auth crate, which IMO is a pretty nice and simple way to deal with authentication/authorization for GCP. Maybe it would be nice to keep this crate focused on specific Cloud Storage APIs and integrate with it (or another existing crate) for authn/authz?
The text was updated successfully, but these errors were encountered:
I noticed that it's not completely straightforward because you need access to a service account's private key, so the gcp_auth API would likely need to be extended somehow. Meanwhile, we found some issues with large uploads (larger than 1 GB) in this library, and I think we will switch to using tonic to call gRPC APIs directly.
I've used (and contributed to) the gcp_auth crate, which IMO is a pretty nice and simple way to deal with authentication/authorization for GCP. Maybe it would be nice to keep this crate focused on specific Cloud Storage APIs and integrate with it (or another existing crate) for authn/authz?
The text was updated successfully, but these errors were encountered: