chore(docs): add ADR proposal for signing and verification of component descriptors#547
Closed
jakobmoellerdev wants to merge 2 commits into
Closed
Conversation
8284c54 to
ce6c430
Compare
ce6c430 to
a5a06dc
Compare
…criptors Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
a5a06dc to
889594b
Compare
matthiasbruns
left a comment
Contributor
There was a problem hiding this comment.
my 2 cents for the wording in the ADR
Co-authored-by: Matthias Bruns <github@matthiasbruns.com> Signed-off-by: Jakob Möller <jakob.moeller@sap.com>
Contributor
|
This PR currently lacks the outcomes from our discussion last weeks, right? |
Member
Author
|
yes I am currently working on the OCI transformers and will circle back here once I have that PR ready Edit: @matthiasbruns will take over the ADR design to accomodate him getting to know OCM signing better |
Contributor
|
taking over in my branch |
jakobmoellerdev
added a commit
that referenced
this pull request
Sep 5, 2025
…nt descriptors (#767) Continuation of #547 and #599 <!-- markdownlint-disable MD041 --> #### What this PR does / why we need it Enable easy interpretation of component descriptors in normalized form and provide a consistent experience for signing and verifying component descriptors. #### Which issue(s) this PR fixes <!-- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. --> fix open-component-model/ocm-project#579 --------- Signed-off-by: Jakob Möller <jakob.moeller@sap.com> Co-authored-by: Matthias Bruns <github@matthiasbruns.com> Co-authored-by: Fabian Burth <fabian.burth@sap.com> Co-authored-by: Gergely Brautigam <gergely.brautigam@sap.com>
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.
What this PR does / why we need it
Enable easy interpretation of component descriptors in normalized form and provide a consistent experience for signing and verifying component descriptors.
Which issue(s) this PR fixes
fix open-component-model/ocm-project#579