Remediation
Encrypt the Boot Volume with a Customer Managed Keyโ
Configure the affected boot volume to use a customer managed key from OCI Vault. Before applying the change, confirm that the target key is enabled and that the Compute and Block Volume services have permission to use it.
From Oracle Cloud Consoleโ
- Follow the audit procedure above.
- For each boot volume in the returned results, click the boot volume name.
- Click
Assignnext toEncryption Key. - Select the
Vault CompartmentandVault. - Select the
Master Encryption Key CompartmentandMaster Encryption Key. - Click
Assign.
From OCI CLIโ
For each affected boot volume, assign the target Vault key:
oci bv boot-volume update \
--boot-volume-id {{boot-volume-ocid}} \
--kms-key-id {{kms-key-ocid}}
After remediation, verify that the boot volume references the intended customer managed key:
oci bv boot-volume get \
--boot-volume-id {{boot-volume-ocid}} \
--query "data.\"kms-key-id\""