hpe-storage / csi-driver

A Container Storage Interface (CSI) driver from HPE
https://scod.hpedev.io
Apache License 2.0
62 stars 57 forks source link

Volume encryption support #246

Closed imran-ansari closed 3 years ago

imran-ansari commented 3 years ago

Volume encryption support is a host-based encryption using LUKS tool called cryptsetup. During node-stage flow, cryptsetup tool is used on the discovered device to enable encryption. For details about the approach please refer to https://rndwiki.corp.hpecorp.net/confluence/display/storageecosystem/Volume+encryption+support+in+CSI+Driver

@rgcostea , @raunakkumar , @wdurairaj , @sneharai4 - request you to review the changes

datamattsson commented 3 years ago

Thanks for addressing our UX concerns, LGTM.