Closed jku closed 5 months ago
Description
It would be useful if sigstore-python had a user-agent in all requests:
Current user-agent is python-requests/2.31.0. I think sigstore-python/X.Y.Z python-requests/2.31.0 (or just sigstore-python/X.Y.Z) would make sense.
python-requests/2.31.0
sigstore-python/X.Y.Z python-requests/2.31.0
sigstore-python/X.Y.Z
This can be implemented one client at a time.
Great idea!
Completed as of https://github.com/sigstore/sigstore-python/pull/1017, I believe 🙂
Description
It would be useful if sigstore-python had a user-agent in all requests:
Current user-agent is
python-requests/2.31.0
. I thinksigstore-python/X.Y.Z python-requests/2.31.0
(or justsigstore-python/X.Y.Z
) would make sense.This can be implemented one client at a time.