feat(report,hyperv)!: functionality to get fresh reports on Azure CVMs #141
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.
Background
This pull request aims to implement the attestation flow described in Issue #116.
Currently, on Azure Confidential VMs,
snpguest(with thehypervfeature) only retrieves the boot-time SNP report that the paravisor writes into vTPM NV index 0x01400001.To request a fresh SNP report bound to arbitrary 64-byte data, the following attestation flow is required:
user-data) to NV index 0x01400002Runtime Claimscontaining the user-data, the vTPM attestation public key, VM configuration, etc., and passes the hash value of this JSON asREPORT_DATAto the ASPThis PR implements this flow.
What's changed
Flag name (breaking change)
snpguest report:-p, --platform→-a, --azure-cvmCLI behavior (breaking change)
snpguest report report.bin report-data.bin -asnpguest report report.bin report-data.bin -a -r-a(formerly-p) conflicts with-rWith these semantics, the
REPORT_DATAfield in the report will no longer match the rawreport-data.bin, since the paravisor computesuser-data→Runtime Claims→ SHA hash digest →REPORT_DATA.Code Structure
hypervmodule splits into separate submodules for clarityResolved issues & related PRs
Test
Test procedure
Test Environment