selkies-project / selkies-operator

K8s operator for per-user stateful workloads
https://selkies.io
Apache License 2.0
72 stars 13 forks source link

Please set a user-agent for requests to GCR #3

Closed jonjohnsonjr closed 3 years ago

jonjohnsonjr commented 3 years ago

Really, this applies to any registry, but I only care about ours 😉

In particular, here, it would be great to set a unique user agent so we can differentiate this traffic from any other random golang binary.

If you end up using my library (as suggested in https://github.com/selkies-project/selkies/issues/2), you can accomplish this with google.WithUserAgent and remote.WithUserAgent.