-
Notifications
You must be signed in to change notification settings - Fork 137
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
Return cert chain in json #689
Comments
The v2 API over gRPC solves this - https://github.com/sigstore/fulcio/blob/main/fulcio.proto#L195 |
cool. so I figure this is not deployed to the fulcio.sigstore.dev yet |
It has been as of Fulcio 0.4, for example Cosign is using the v2 API currently, we switched over to gRPC. |
Actually, it looks like there's a bug:
|
Right now we return the cert chain back with whitespace delimiters, it should instead be a json array. I am having to write some ugly arse regex to parse this out in rust.
The text was updated successfully, but these errors were encountered: