cloudfoundry / bosh-alicloud-cpi-release

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

Feature Request: Ephemeral Disk Encryption #33

Closed scult closed 6 years ago

scult commented 6 years ago

For increased security it would be helpful if we could encrypt our ephemeral disks.

Currently the CPI doesn't support encrypting ephemeral disks. Please add a feature to configure this via the cloud config.

I would propose using the same format as the AWS-CPI e.g.:

vm_types:
- cloud_properties:
    ephemeral_disk:
      *encrypted: true*
      size: "51_200"
    instance_type: ecs.sn2.medium
  name: medium
cf-gitbot commented 6 years ago

We have created an issue in Pivotal Tracker to manage this. Unfortunately, the Pivotal Tracker project is private so you may be unable to view the contents of the story.

The labels on this github issue will be updated when the story is started.