From bbdbde1d0d32ba383bc7f13afedafb79ebd5c5bb Mon Sep 17 00:00:00 2001 From: Daniel Fajmon Date: Wed, 11 Mar 2026 13:55:31 +0100 Subject: [PATCH] allow aws ebs driver to copy volumes based on https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2716 this is coming to OCP in https://github.com/openshift/aws-ebs-csi-driver/pull/301 --- manifests/03_credentials_request_aws.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifests/03_credentials_request_aws.yaml b/manifests/03_credentials_request_aws.yaml index f3f20e98c..8ff4b629e 100644 --- a/manifests/03_credentials_request_aws.yaml +++ b/manifests/03_credentials_request_aws.yaml @@ -30,6 +30,7 @@ spec: - ec2:CreateSnapshot - ec2:CreateTags - ec2:CreateVolume + - ec2:CopyVolumes - ec2:DeleteSnapshot - ec2:DeleteTags - ec2:DeleteVolume @@ -38,6 +39,7 @@ spec: - ec2:DescribeTags - ec2:DescribeVolumes - ec2:DescribeVolumesModifications + - ec2:DescribeVolumeStatus - ec2:DetachVolume - ec2:ModifyVolume - ec2:DescribeAvailabilityZones