sassoftware / relic

Relic is a service and a tool for adding digital signatures to operating system packages for Linux and Windows
Apache License 2.0
151 stars 41 forks source link

fix(token): do not cancel gcp client context #45

Open hodbn opened 2 months ago

hodbn commented 2 months ago

The context passed to new gcloud client should not be canceled. Otherwise, calls to token sources might cancel and fail the client.

Fixes #44.