Dan Burkert
Dan Burkert
`google-cloud-auth` provides a mechanism to get a token (presumably) from the application default credentials. Is there a way to determine the account associated with the token, either a user email...
Hi, I have GitHub Action CI workloads which authenticate to GCP using ['Workload Identity Federation through a Service Account'](https://github.com/google-github-actions/auth?tab=readme-ov-file#indirect-wif) following the configuration in the linked google-authored action. I have enabled...
Most of the client APIs appear to take an optional [cancellation token](https://docs.rs/tokio-util/latest/tokio_util/sync/struct.CancellationToken.html). Tokio's `CancellationToken` type is designed to allow alerting a spawned task that cancellation is being requested. Because `google-cloud-rust`...