transparency-dev / trillian-tessera

Go library for building tile-based transparency logs (tlogs)
Apache License 2.0
8 stars 7 forks source link

Add support for using GCP KMS in example-gcp #153

Closed AlCutter closed 3 weeks ago

AlCutter commented 3 weeks ago

This PR enables example-gcp to use GCP's KMS support for Ed25519 signatures.

Towards #7

codecov-commenter commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 78 lines in your changes missing coverage. Please review.

Project coverage is 35.17%. Comparing base (46ec9c2) to head (9c1ac8c). Report is 69 commits behind head on main.

Files Patch % Lines
cmd/example-gcp/kms.go 0.00% 60 Missing :warning:
cmd/example-gcp/main.go 0.00% 18 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #153 +/- ## ========================================== - Coverage 35.80% 35.17% -0.64% ========================================== Files 16 33 +17 Lines 1363 2883 +1520 ========================================== + Hits 488 1014 +526 - Misses 801 1759 +958 - Partials 74 110 +36 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

AlCutter commented 3 weeks ago

Terraform for this has been added to #144, just trying to make sure it all works more or less as intended before I send that over to you.