NetApp / terraform-provider-netapp-cloudmanager

Terraform provider to create NetAPP OCCM instances, CVO resources, volumes, snapshots, ... in Azure, AWS, GCP.
Mozilla Public License 2.0
17 stars 27 forks source link

Netapps Azure CVO provider azure_encryption_parameter #145

Closed CloudDevOps-Engineer closed 1 year ago

CloudDevOps-Engineer commented 1 year ago

Hi Team,

Could you please explain how to use azure_encryption_parameter for netapps_cvo_azure provider.

Basically we have to enable CMEK encryption on default diagnostic account storages that CVO automatically creates.

Highly appreciate your early reply on this as we are stucked.

Thanks- Hans

CloudDevOps-Engineer commented 1 year ago

@lonico - Could you please help here...? I need to sort this asap. Thanks

lonico commented 1 year ago

We have a fix to change

    Key string `structs:"key,omitempty"`

to

    Key                  string `structs:"key"`
    VaultName            string `structs:"vaultName"`
    UserAssignedIdentity string `structs:"userAssignedIdentity,omitempty"`

but we are currently unable to test it as we are missing some permission in Azure to use our own keys. Waiting on the CloudManager team to update our permissions.

lonico commented 1 year ago

This was released as of 23.1.0 early January.