-
Notifications
You must be signed in to change notification settings - Fork 52
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
cli: support to declaratively set attestation policy #1954
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for constellation-docs canceled.
|
@msanft The PR and issue were merged/fixed yesterday. |
Yes, unfortunately they only merged support for the |
This issue is still open, so I think this is still blocked? (Asking since I was requested for review) |
Context
Until now, we used a hacky patching mechanism to update the attestation policy of the MAA to disable secure boot checking. With my PR to the Azure Terraform provider, this can be replaced with using a corresponding field in the Terraform resource.
Proposed change(s)
Related issue
azurerm_attestation_provider
- add AzureVM and SEV-SNP attestation types hashicorp/terraform-provider-azurerm#22229Additional info
To test:
make build
~/.terraformrc
:~/.terraformrc
when you're done testing.Checklist