[DEVOPS-4561] docs(chart): document notation signature verification - #43
Draft
Richard Boisvert (rbstp) wants to merge 1 commit into
Draft
[DEVOPS-4561] docs(chart): document notation signature verification#43Richard Boisvert (rbstp) wants to merge 1 commit into
Richard Boisvert (rbstp) wants to merge 1 commit into
Conversation
- Replace the cosign recipe by notation, with the trust policy pinned to the Devolutions subject - Add the timestamping authority trust store and verify by digest - Keep the cosign key for tags published before the switch
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.
La section « Image Signature Verification » du README documente désormais notation plutôt que cosign : trust store construit à partir de la chaîne GlobalSign,
trustpolicy.jsonépinglé sur le sujetDEVOLUTIONS INC., et un exemple de policy Kyverno avec un attestornotary. La clé cosign reste documentée pour les tags publiés avant la bascule.Sans ça, la recette publiée ne vérifie plus rien dès la prochaine release. Trois erreurs relevées en review sont corrigées :
validationActions: ["Enforce"]n'existe pas (c'estDeny), le trust store de l'autorité d'horodatage manquait alors que les signatures sont horodatées, et la policy ne matchait pas les références par digest.L'attestor
notaryde Kyverno forcetrustedIdentities: ["*"], d'où l'épinglage sur nos certificats feuilles plutôt que sur la chaîne.