Can customer-managed keys be applied to an existing CVO in Azure?
- Views:
- 161
- Visibility:
- Public
- Votes:
- 0
- Category:
- cloud-volumes-ontap-cvo
- Specialty:
- microsoft_azure
- Last Updated:
Applies to
- Microsoft Azure
- Cloud Volumes ONTAP (CVO)
- Customer-managed keys (CMKs)
Answer
No. Customer-managed keys are applied to an Azure CVO on deployment using a specific parameter in the API.
"azureEncryptionParameters": {
"key": "keyName",
"vaultName": "vaultName"
}