You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creating encrypted EBS volume is currently supported in-tree AWS EBS driver storage class. To achieve feature parity with in-tree implementation, CSI driver should have this feature as well.
We need to handler extra error case where:
AWS.CreatVolume does not return errors when creating an encrypted volume using either non-existing or non-available KMS key.
The text was updated successfully, but these errors were encountered:
Creating encrypted EBS volume is currently supported in-tree AWS EBS driver storage class. To achieve feature parity with in-tree implementation, CSI driver should have this feature as well.
We need to handler extra error case where:
AWS.CreatVolume
does not return errors when creating an encrypted volume using either non-existing or non-available KMS key.The text was updated successfully, but these errors were encountered: