-
Notifications
You must be signed in to change notification settings - Fork 28
chore: add tutorial for VSA generation feature #702
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
Conversation
Signed-off-by: Nathan Nguyen <[email protected]>
7e147b4
to
042d479
Compare
docs/source/pages/tutorials/generate_verification_summary_attestation.rst
Show resolved
Hide resolved
Use case | ||
-------- | ||
|
||
Imagine you are the producer of an artifact. You want consumers of this artifact to be able to verify it. In order to simplify the verification process, you can use Macaron to verify the artifact prior to publishing it to consumers and generate a Verification Summary Attestation (VSA), thus allowing for delegated verification on consumers' side if they trust you as a verifier. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please also mention how the VSA can be published and used by end users? For example, it can be published alongside the artifact?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a sentence in eaa2486.
Signed-off-by: Nathan Nguyen <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I don't have any other comment . Thanks!
Signed-off-by: Nathan Nguyen <[email protected]>
docs/source/pages/tutorials/generate_verification_summary_attestation.rst
Outdated
Show resolved
Hide resolved
Signed-off-by: Nathan Nguyen <[email protected]>
Signed-off-by: Nathan Nguyen <[email protected]>
This pull request adds a tutorial for the VSA generation feature, accounting for changes made in #685.
Some other minor modifications are made to also account for #685.