feat: add support for signed user metadata#242
Merged
priteshbandi merged 12 commits intonotaryproject:mainfrom Feb 8, 2023
Merged
feat: add support for signed user metadata#242priteshbandi merged 12 commits intonotaryproject:mainfrom
priteshbandi merged 12 commits intonotaryproject:mainfrom
Conversation
Signed-off-by: Byron Chien <chienb@amazon.com>
Contributor
Author
|
related: notaryproject/notation#507 |
Codecov Report
@@ Coverage Diff @@
## main #242 +/- ##
==========================================
+ Coverage 73.31% 73.34% +0.03%
==========================================
Files 23 23
Lines 1746 1827 +81
==========================================
+ Hits 1280 1340 +60
- Misses 372 390 +18
- Partials 94 97 +3
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Contributor
Shouldn't the error message be something like, |
Signed-off-by: Byron Chien <chienb@amazon.com>
shizhMSFT
reviewed
Jan 17, 2023
Signed-off-by: Byron Chien <chienb@amazon.com>
Signed-off-by: Byron Chien <chienb@amazon.com>
Signed-off-by: Byron Chien <chienb@amazon.com>
shizhMSFT
reviewed
Jan 29, 2023
Signed-off-by: Byron Chien <chienb@amazon.com>
patrickzheng200
approved these changes
Feb 2, 2023
Contributor
patrickzheng200
left a comment
There was a problem hiding this comment.
LGTM with one comment
shizhMSFT
reviewed
Feb 6, 2023
Signed-off-by: Byron Chien <chienb@amazon.com>
added 2 commits
February 6, 2023 16:10
Signed-off-by: Byron Chien <chienb@amazon.com>
Signed-off-by: Byron Chien <chienb@amazon.com>
6deec4a to
aa647a9
Compare
Contributor
|
@byronchien could you fix the conflicts? |
Contributor
Author
|
resolved conflict |
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.
Adds support for signed user metadata in
notation signandnotation verify. Relevant specexample sign usage:
example metadata displayed on verification (without metadata flag)
example verification:
example verification failure
Signed-off-by: Byron Chien chienb@amazon.com