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

Split apart fulcioverifier for transparency log verification. #660

Merged
merged 1 commit into from
Sep 13, 2021

Conversation

mattmoor
Copy link
Member

Split off a new constructor for the fulcio signer that performs transparency log verification. This simplifies the tests a bit because they no longer need to mock out VerifySCT. However, the main purpose of this change is to enable folks to vendor fulcio.NewSigner without pulling in ~600k LoC of dependencies, since the CT stuff pulls in trillian, prometheus, envoy's go controlplane stuff, ...

Signed-off-by: Matt Moore [email protected]

Split off a new constructor for the fulcio signer that performs transparency log verification.  This simplifies the tests a bit because they no longer need to mock out `VerifySCT`.  However, the main purpose of this change is to enable folks to vendor `fulcio.NewSigner` without pulling in ~600k LoC of dependencies, since the CT stuff pulls in trillian, prometheus, envoy's go controlplane stuff, ...

Signed-off-by: Matt Moore <[email protected]>
@dlorenc dlorenc merged commit b27c63a into sigstore:main Sep 13, 2021
@mattmoor mattmoor deleted the split-verify-sct branch September 13, 2021 22:10
@cpanato cpanato added this to the v1.2.0 milestone Sep 14, 2021
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.

3 participants