-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
keep http params sigstore java user-agent up to date. #100
Comments
this is already possible using httpParams: https://github.com/sigstore/sigstore-java/blob/main/sigstore-java/src/main/java/dev/sigstore/http/HttpParams.java However we don't inject the version into there which is probably something we should do. @vlsi any ideas for injecting compile time vars (rather than reading the jar manifest?) |
WDYT of generating a class with the compile-time constants? |
I can replicate something like https://github.com/pgjdbc/pgjdbc/blob/master/pgjdbc/src/main/version/org/postgresql/util/DriverInfo.java |
Yeah, lets do that. Let me know if you want someone else to pick it up. I can also do it. |
this was fixed with #728 |
Description
It would be good for clients to be able to specify a
User-Agent
header on HTTP requests to sigstore services.@loosebazooka
The text was updated successfully, but these errors were encountered: