Bob Callaway
Bob Callaway
***Note*: this is targeted at a feature branch, not main. I intend to continue to refine the gRPC work in a branch until we get it ready to merge over...
**Description** Per https://github.com/golang/go/issues/44226 `golang.org/x/crypto/openpgp` is now frozen and deprecated. We should look to switch to a different implementation to ensure we stay up to date as best we can with...
swagger is no longer used in `sigstore/sigstore` so just cleaning it up Signed-off-by: Bob Callaway
Waiting for fulcio gRPC to be enabled in prod @nsmith5
#### Overview This (hopefully) reverts a bug introduced in #2530 which does not handle the case where application default credentials nor a service account file (containing credentials) are needed to...
**Description** Right now, it can be quite difficult to map the e2e test cases we have along with the code base, given that they're all in a small number of...
**Description** As seen in https://github.com/sigstore/fulcio/actions/runs/3276150029/jobs/5391859692, we occasionally see test failures due to a URL parsing issue: ``` === RUN TestHTTPCORSSupport 2022-[10](https://github.com/sigstore/fulcio/actions/runs/3276150029/jobs/5391859692#step:7:11)-18T19:02:20.812Z INFO app/grpc.go:105 listening on grpc at :::33327 2022-10-18T19:02:20.812Z FATAL...
Instead of explicitly specifying the v0.0.1 type of the intoto rekor type, just use the default version (which is an empty string) and the server will use the preferred implementation....
Fixes #1324 Signed-off-by: Bob Callaway #### Summary #### Ticket Link Fixes #### Release Note ```release-note ```
nice! opening a tracking issue is probably a good idea _Originally posted by @asraa in https://github.com/sigstore/rekor/pull/1288#pullrequestreview-1262330015_