cloudfoundry / bosh-alicloud-cpi-release

BOSH Alibaba CPI
Apache License 2.0
32 stars 20 forks source link

Encrypted disk/image support #107

Closed ghost closed 3 years ago

ghost commented 4 years ago

Hello,

According to the documentation in AliCloud, system disk encryption is possible by using encrypted image (https://www.alibabacloud.com/help/doc-detail/110666.htm)

Currently, the AliCloud BOSH CPI supports only data disk encryption and not system disk encryption.

Please add a support for stemcell upload with enabled encryption and KMS (if provided) to make it possible to create instances with encrypted system disk in addition to encrypted data disk.

Terraform example: https://www.terraform.io/docs/providers/alicloud/r/image_copy.html#encrypted

xiaozhu36 commented 3 years ago

HI @dmitry-bakaleinik-sap This issue has been fixed by #125 and contained by release 34.0.0. Please have a check.