File: disable-kms.patch

package info (click to toggle)
rekor 1.3.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,508 kB
  • sloc: sh: 1,467; makefile: 150; sql: 80
file content (19 lines) | stat: -rw-r--r-- 657 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Simon Josefsson <simon@josefsson.org>
Subject: [PATCH] Disable kms
Forwarded: not-needed
Last-Update: 2025-04-10

diff --git a/pkg/signer/signer.go b/pkg/signer/signer.go
index d230f1f..3b3cc1c 100644
--- a/pkg/signer/signer.go
+++ b/pkg/signer/signer.go
@@ -27,9 +27,6 @@ import (
 
 	// these are imported to load the providers via init() calls
 	_ "github.com/sigstore/sigstore/pkg/signature/kms/aws"
-	_ "github.com/sigstore/sigstore/pkg/signature/kms/azure"
-	_ "github.com/sigstore/sigstore/pkg/signature/kms/gcp"
-	_ "github.com/sigstore/sigstore/pkg/signature/kms/hashivault"
 )
 
 // SigningConfig initializes the signer for a specific shard