You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Determine if we think it is useful enough to verify an attestation before running an enclave image:
enclaver run --verify-before-run attestation.json will verify an attestation of an image after fetching it, but before executing it. If the comparison fails, the violating PCRs will be logged and the command will fail with an exit code.
Due to our threat model, this is more of a corruption check due to a hostile host manipulating the functionality.
If we move forward, update Verifying Cryptographic Attestations in architecture docs
The text was updated successfully, but these errors were encountered:
Determine if we think it is useful enough to verify an attestation before running an enclave image:
Due to our threat model, this is more of a corruption check due to a hostile host manipulating the functionality.
Verifying Cryptographic Attestations
in architecture docsThe text was updated successfully, but these errors were encountered: