Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support other KMS providers (AWS, Azure, Hashicorp) in addition to GCP #1488

Merged
merged 3 commits into from
May 24, 2023

Conversation

bobcallaway
Copy link
Member

Summary

Currently, Rekor only supports signing STH using file, in-memory keys, or GCP KMS. This adds support for AWS, Azure, and Hashicorp KMS.

Release Note

AWS, Azure, and Hashicorp KMS providers are now supported for Rekor signing log tree heads.

Fixes: #1324

Signed-off-by: Bob Callaway <bcallaway@google.com>
Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway bobcallaway requested a review from a team as a code owner May 14, 2023 21:41
@codecov
Copy link

codecov bot commented May 14, 2023

Codecov Report

Merging #1488 (23afcc8) into main (d508eba) will increase coverage by 0.00%.
The diff coverage is 50.00%.

@@           Coverage Diff           @@
##             main    #1488   +/-   ##
=======================================
  Coverage   66.57%   66.58%           
=======================================
  Files          80       80           
  Lines        8021     8023    +2     
=======================================
+ Hits         5340     5342    +2     
+ Misses       2033     2032    -1     
- Partials      648      649    +1     
Flag Coverage Δ
e2etests 48.27% <50.00%> (-0.02%) ⬇️
unittests 46.91% <50.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/signer/signer.go 60.00% <50.00%> (+10.00%) ⬆️

... and 1 file with indirect coverage changes

pkg/signer/signer.go Show resolved Hide resolved
cpanato
cpanato previously approved these changes May 15, 2023
Signed-off-by: Bob Callaway <bcallaway@google.com>
@bobcallaway bobcallaway dismissed stale reviews from cpanato and haydentherapper via 23afcc8 May 24, 2023 14:12
@bobcallaway bobcallaway merged commit d318e2b into sigstore:main May 24, 2023
@github-actions github-actions bot added this to the v1.1.0 milestone May 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support other KMS keys besides GCP
3 participants