gluster / gluster-csi-driver

DEPRECATED: Gluster Container Storage Interface (CSI) driver
GNU Lesser General Public License v3.0
56 stars 30 forks source link

Per volume encryption #170

Open jimmyjones2 opened 5 years ago

jimmyjones2 commented 5 years ago

Describe the feature you'd like to have. Encrypted PV with the key managed in Kubernetes

What is the value to the end user? (why is it a priority?) If there is a container escape on a node, only volumes required by pods running on that node will be exposed as the keys for any other volumes would not be accessible. In addition even if the gluster server were compromised, only encrypted data would be available.

How will we know we have a good solution? (acceptance criteria) A PV can be created with an encrypted flag and the resulting data is stored encrypted on the gluster server

Additional context An attempt was made in kubernetes/kubernetes#28454