Setup to allow sign/attest using both cosign v2 and v3#483
Draft
jdolitsky wants to merge 14 commits intochainguard-dev:mainfrom
Draft
Setup to allow sign/attest using both cosign v2 and v3#483jdolitsky wants to merge 14 commits intochainguard-dev:mainfrom
jdolitsky wants to merge 14 commits intochainguard-dev:mainfrom
Conversation
a9d457a to
f2c16f0
Compare
Add a "legacy" secant package, which reverts some of the changes in chainguard-dev#471. This means we have 2 isolated secant packages that can be used by the provider to sign using either v2 or v3. Not included here is a way to configure the provider to sign in one of 3 modes: - Just v3 - Just v2 ("legacy") - Both Signed-off-by: Josh Dolitsky <josh@dolit.ski>
f2c16f0 to
f7c558d
Compare
jdolitsky
commented
Mar 23, 2026
jdolitsky
commented
Mar 23, 2026
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
…osign into legacy-secant
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
Signed-off-by: Josh Dolitsky <josh@dolit.ski>
|
I know this is still draft, but I did want to call out a couple of things:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a "legacy" secant package, which reverts some of the changes in #471. This means we have 2 isolated secant packages that can be used by the provider to sign using either v2 or v3.
Not included here is a way to configure the provider to sign in one of 3 modes: