Skip to content

Commit a42a4ac

Browse files
committed
Work around sigstore-rs rekor issue in integration tests
sigstore-rs has a bug ever since the sigstore project added 2 target certificates. For further details, see: see sigstore/sigstore-rs#501 In order to unblock our integration tests, disable verification until the issue is fixed. This is a temporary workaround, to be removed once the sigstore-rs issue is solved and the dependency pulled into bpfman. Signed-off-by: Andreas Karis <[email protected]>
1 parent cc71d8f commit a42a4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ max_retries = 30
5959
millisec_delay = 10000
6060
[signing]
6161
allow_unsigned = true
62-
verify_enabled = true`,
62+
verify_enabled = false`,
6363
Agent: v1alpha1.AgentSpec{
6464
Image: "CHANGEME",
6565
LogLevel: "info",

0 commit comments

Comments
 (0)