-
Notifications
You must be signed in to change notification settings - Fork 547
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
attest-blob: add functionality for keyless signing #2515
Conversation
e4a74f1
to
d0e2841
Compare
Codecov Report
@@ Coverage Diff @@
## main #2515 +/- ##
==========================================
- Coverage 30.79% 30.09% -0.70%
==========================================
Files 144 146 +2
Lines 8754 9113 +359
==========================================
+ Hits 2696 2743 +47
- Misses 5667 5961 +294
- Partials 391 409 +18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
5282bf6
to
432c8f0
Compare
@znewman01 @priyawadhwa @haydentherapper PTAL! I added preliminary tests that are focused on key signing functionality and CLI functionality. I'll be going back to the verification piece of this too. |
6ec1d76
to
1a12d4f
Compare
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.
LGTM modulo nits
Feels like we could use a refactor to pull out the "output" flags into one place (both the flags and actually writing out to a file) but happy to have that happen later.
1a12d4f
to
8d8c066
Compare
Sorry for the delay, but rebased and comments addressed. |
8d8c066
to
a366bdf
Compare
a366bdf
to
40da2c4
Compare
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.
LGTM, just one comment about ondisk format for the ts
Signed-off-by: Asra Ali <[email protected]> make tlog upload default true and always print cert in bundle Signed-off-by: Asra Ali <[email protected]> docgen Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali <[email protected]>
3e98047
to
a8434a4
Compare
Signed-off-by: Asra Ali <[email protected]>
Signed-off-by: Asra Ali [email protected]
I realized that the sign path didn't exist for keyless here, so it didn't make sense to implement #2389 before I did this one.
Summary
Release Note
attest-blob
Documentation