Closed cmurphy closed 5 months ago
Attention: Patch coverage is 0%
with 5 lines
in your changes missing coverage. Please review.
Project coverage is 68.61%. Comparing base (
488eb97
) to head (33bd958
). Report is 129 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
pkg/client/options.go | 0.00% | 3 Missing :warning: |
pkg/client/rekor_client.go | 0.00% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@haydentherapper I added another change, this was still hitting a rate limit after 1000 or so requests.
Disabling Keep-Alive, as done by the default transport setting in the hashicorp cleanhttp package, seems to conflict with a network setting between the public good Rekor instances and the bastion and results in GET requests stalling or timing out after processing a few entries. This change adds an option to the rekor client to unset the DisableKeepalive setting and has the backfill script utilize that option. Other uses of the rekor client will see no change.
Summary
Release Note
Documentation