-
Couldn't load subscription status.
- Fork 100
feat: Add StatusTracker to IdentityAssertion parsing and validation APIs
#943
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
37cded3 to
4b4806c
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #943 +/- ##
==========================================
+ Coverage 78.76% 78.85% +0.09%
==========================================
Files 146 146
Lines 35109 35213 +104
==========================================
+ Hits 27652 27766 +114
+ Misses 7457 7447 -10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
4b4806c to
ef95c5f
Compare
| .map(|a| (a.label().to_owned(), a.to_assertion())) | ||
| .inspect(|(label, r)| { | ||
| if let Err(err) = r { | ||
| // TO DO: a.label() is probably wrong (not a full JUMBF URI) |
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.
@gpeacock is there a way I can get from Manifest.assertions() iterator to the JUMBF URI for the assertion returned?
# Conflicts: # cawg_identity/src/tests/builder/simple_case.rs # cawg_identity/src/tests/x509.rs
…claim V2's assertions list
9f20a08 to
5dcfaa5
Compare
StatusTracker to IdentityAssertion parsing and validation APIsStatusTracker to IdentityAssertion parsing and validation APIs
StatusTracker to IdentityAssertion parsing and validation APIsStatusTracker to IdentityAssertion parsing and validation APIs
StatusTracker to IdentityAssertion parsing and validation APIsStatusTracker to IdentityAssertion parsing and validation APIs
Let's just comment it out instead
No description provided.