You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to cosign sign-blob and run into a timeout issue
use /home/runner/work/scorecard/scorecard/dist/scorecard-linux-arm64: Post \"https://rekor.sigstore.dev/api/v1/log/entries\": context deadline exceeded\n": exit status 1|
After some investigation, it looks like the code doesn't provide an option
I am trying to
cosign sign-blob
and run into a timeout issueAfter some investigation, it looks like the code doesn't provide an option
cosign/pkg/cosign/tlog.go
Line 76 in ae36ba5
but
rekor
has that option https://github.com/sigstore/rekor/blob/0c2b37c15bbaf80a1c32d47b63956c5d499a6f2c/pkg/generated/client/entries/create_log_entry_parameters.go#L51func NewCreateLogEntryParamsWithTimeout(timeout time.Duration) *CreateLogEntryParams
The text was updated successfully, but these errors were encountered: