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
|