mirror of https://github.com/kubernetes/kops.git
aws: Add KMS to EBS CSI Driver
This commit is contained in:
parent
24a8bc39d5
commit
e95dab5408
|
|
@ -1001,6 +1001,8 @@ func AddClusterAutoscalerPermissions(p *Policy, useStaticInstanceList bool) {
|
|||
|
||||
// AddAWSEBSCSIDriverPermissions appens policy statements that the AWS EBS CSI Driver needs to operate.
|
||||
func AddAWSEBSCSIDriverPermissions(p *Policy, appendSnapshotPermissions bool) {
|
||||
addKMSIAMPolicies(p)
|
||||
|
||||
if appendSnapshotPermissions {
|
||||
addSnapshotPersmissions(p)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue