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

DSSE Signing Support #145

Open
steiza opened this issue May 17, 2024 · 0 comments
Open

DSSE Signing Support #145

steiza opened this issue May 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@steiza
Copy link
Member

steiza commented May 17, 2024

Description

When constructing a Sigstore bundle, you have to choose if your content is going to be a Message Signature or a DSSE Envelope, which can then influence other things like if your Rekor entry type is hashedrekord or DSSE.

Today, the conformance signing tests assume you're always using a Message Signature (we do have a verification test for bundles with a DSSE envelope.

To support this, we might need to modify the sign-bundle CLI protocol to include a boolean flag when you want a DSSE Envelope (sigstore-go's signing example uses --in-toto as often these are in-toto documents).

Depending on client support, we might also want to make these new DSSE signing tests opt-in to start.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant