-
Notifications
You must be signed in to change notification settings - Fork 665
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
I'm trying to collect basic user-agent data from requests to the TUF repository. I expected cosign to advertize itself as cosign/2.6.0 but I see a generic user-agent: Go-http-client/2.0 instead
Quick check shows that user-agents are:
- TUF:
Go-http-client/2.0 - rekor v2:
Go-http-client/2.0 - timestamp:
sigstore-go/v1.1.2 - oauth2:
Go-http-client/2.0 - fulcio:
sigstore-go/v1.1.2
I'm not 100% sure what the values were on earlier releases but at least partly this is definitely a regression and cosign used to have a specific user-agent.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working