-
Notifications
You must be signed in to change notification settings - Fork 70
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
628 notary server openapiyaml #651
base: dev
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #651 +/- ##
=======================================
Coverage 54.35% 54.35%
=======================================
Files 192 192
Lines 20473 20473
=======================================
Hits 11129 11129
Misses 9344 9344 ☔ View full report in Codecov by Sentry. |
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 a few cosmetic nits
type: object | ||
properties: | ||
rawQuote: | ||
description: hex bytes representing the signed-by-intel quote |
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.
description: hex bytes representing the signed-by-intel quote | |
description: Hex bytes representing the signed-by-intel quote |
description: hex bytes representing the signed-by-intel quote | ||
type: string | ||
mrsigner: | ||
description: the key bound to the enclave = ephemeral = not used |
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.
description: the key bound to the enclave = ephemeral = not used | |
description: The key bound to the enclave = ephemeral = not used |
description: the key bound to the enclave = ephemeral = not used | ||
type: string | ||
mrenclave: | ||
description: the enclave image hash, including gramine and the notary-server. |
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.
description: the enclave image hash, including gramine and the notary-server. | |
description: The enclave image hash, including gramine and the notary-server |
No description provided.