-
Notifications
You must be signed in to change notification settings - Fork 523
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MGMT-13627: Add ConfidentialVM and TrustedLaunch options to AzureMach…
…ineProviderSpec This change introduces the security profile to the OS disk parameters and adds the SecurityType and UefiSettings sections to the VM security profile. The SecurityType defines whether the VM is a Confidential or a Trusted Launch VM. This field should be set to enable the UefiSettings section. The UefiSettings fields include the booleans vTpmEnabled and SecureBootEnabled. The OS disk security profile includes the SecurityEncryptionType and the DiskEncryptionSet fields. The SecurityEncryptionType can be used when the VM is a Confidential one. When SecurityEncryptionType is set, vTpmEnabled should be set to true and the VM security profile's SecurityType should also be set to ConfidentialVM. Possible values for the SecurityEncryptionType are: - DiskWithVMGuestState, OS disk encryption before VM deployment that uses platform-managed keys (PMK) or a customer-managed key (CMK) - VMGuestStateOnly, no OS disk confidential encryption When the SecurityEncryptionType is set to DiskWithVMGuestState, the DiskEncryptionSet can be specified to allow for Customer-managed keys to be used to encrypt the OS disk and the VMGuestState blob. Signed-off-by: Michail Resvanis <[email protected]>
- Loading branch information
Showing
5 changed files
with
276 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.