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

Add confidential VM support on Azure #3608

Open
HuijingHei opened this issue Sep 13, 2023 · 0 comments
Open

Add confidential VM support on Azure #3608

HuijingHei opened this issue Sep 13, 2023 · 0 comments

Comments

@HuijingHei
Copy link
Member

HuijingHei commented Sep 13, 2023

Feature Request

Feature link: https://issues.redhat.com/browse/OCPSTRAT-366

Desired Feature

Confidential VMs provide protection to data-in-use by encryption the VM memory with keys that Azure doesn't have access to. Those VMs can also be attested by the user.

See Azure Confidential Computing for more details.

Create Confidential VM on Azure using kola, and run tests.

Example Usage

Command like:

cosa kola run --build=38.20230911.20.0 --arch=x86_64 -p=azure --azure-credentials **** --azure-location eastus --azure-disk-uri xxx --security-type ConfidentialVM --size Standard_DC2as_v5 basic

The ConfidentialVM type includes

secureBoot: Enabled
virtualizedTrustedPlatformModule: Enabled
osDisk:
  securityProfile:
    securityEncryptionType: VMGuestStateOnly

Other Information

See :
kubernetes-sigs/cluster-api-provider-azure#3264
openshift/api#1403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant