Skip to content
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

constellation verify fails on AWS with unrecognized platform info bit(s) #3495

Open
daniel-weisse opened this issue Nov 26, 2024 · 0 comments
Labels
bug Something isn't working known issue This is a known issue of the latest release

Comments

@daniel-weisse
Copy link
Member

daniel-weisse commented Nov 26, 2024

Issue description

Running constellation verify against a cluster on AWS fails with the following error:

Error: printing attestation document: parsing SNP report: parsing SNP report: parsing platform info: unrecognized platform info bit(s): 0x23

This failure does not impact the security of your cluster, as constellation verify serves mainly an illustrative purpose, and the failure only occurs while parsing the report into a readable format for the user.

Steps to reproduce the behavior

  1. Set up a AMD SEV-SNP Constellation cluster on AWS
  2. Run constellation verify

Version

v2.19.3

Workaround

Set the --output=raw flag to disable parsing of the report and instead print the data directly to stdout:

constellation verify --output=raw
@daniel-weisse daniel-weisse added bug Something isn't working known issue This is a known issue of the latest release labels Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working known issue This is a known issue of the latest release
Projects
None yet
Development

No branches or pull requests

1 participant