Renew Attestation Policy After Measurement Mismatch
When a VM's attestation fails with a measurement mismatch error, it means the firmware measurement reported by the VM no longer matches the expected ("golden") measurement stored in Vault. This typica
Identifying the Problem
{
"Success": false,
"Message": "verify: gcp-sev-snp-raw: measurement did not match, found: 12068361...6a3a5, expected: 7a5ed176...2434e",
"Instance": "1f96b38e-331b-49dc-bcf8-342480abcafe",
"resourceModel": "Virtual-machine"
}Understanding createPolicy.js
createPolicy.jsWhat the Script Does
Trust Path Mapping
Cloud Provider
Hardware Trust Path
Usage
Parameters
Flag
Description
Example
Example: Renewing a GCP Policy
Example: Renewing an Azure Policy
Example: Renewing an AWS Policy
After Renewal
Important Notes
Last updated
Was this helpful?