diff --git a/docs/aws/Permissions/EKS/eks_Errros.md b/docs/aws/Permissions/EKS/eks_Errros.md index 5e41419486..53547894c0 100644 --- a/docs/aws/Permissions/EKS/eks_Errros.md +++ b/docs/aws/Permissions/EKS/eks_Errros.md @@ -95,3 +95,4 @@ $> aws sts decode-authorization-message --encoded-message delete cluster < | ec2:DeleteVpc | Attempting to delete VPC | Grants permission to delete the specified VPC. | arn:aws:ec2:eu-west-1::vpc/* | cloud-provisioner | eks:DeleteCluster | Attempting to delete cluster | Grants permission to delete the specified cluster. | arn:aws:eks:eu-west-1::cluster/* | cloud-provisioner | iam:DeleteOpenIDConnectProvider | Attempting to delete OpenID Connect provider | Grants permission to delete an IAM OpenID Connect (OIDC) provider resource object in IAM. | arn:aws:iam::268367799918:oidc-provider/* | cloud-provisioner +| ec2:DisassociateVpcCidrBlock | Attempting to disassociate CIDR block | Grants permission to disassociate a CIDR block from a VPC. | arn:aws:ec2:eu-west-1::vpc/* | cloud-provisioner |=== === Retain (No additional permissions needed) diff --git a/docs/aws/Permissions/EKS/eks_permission_ref.json b/docs/aws/Permissions/EKS/eks_permission_ref.json index 3be31d7acb..f86362aa41 100644 --- a/docs/aws/Permissions/EKS/eks_permission_ref.json +++ b/docs/aws/Permissions/EKS/eks_permission_ref.json @@ -56,6 +56,7 @@ "ec2:CreateNatGateway", "ec2:CreateSecurityGroup", "ec2:DescribeVpcAttribute", + "ec2:DisassociateVpcCidrBlock", "ec2:ModifySubnetAttribute", "ec2:ModifyVpcAttribute", "ecr:BatchCheckLayerAvailability", diff --git a/stratio-docs/en/modules/ROOT/assets/attachments/stratio-eks-policy.json b/stratio-docs/en/modules/ROOT/assets/attachments/stratio-eks-policy.json index c50e262ed0..9072f87210 100644 --- a/stratio-docs/en/modules/ROOT/assets/attachments/stratio-eks-policy.json +++ b/stratio-docs/en/modules/ROOT/assets/attachments/stratio-eks-policy.json @@ -54,6 +54,7 @@ "ec2:CreateNatGateway", "ec2:CreateSecurityGroup", "ec2:DescribeVpcAttribute", + "ec2:DisassociateVpcCidrBlock", "ec2:ModifySubnetAttribute", "ec2:ModifyVpcAttribute", "ecr:BatchCheckLayerAvailability", diff --git a/stratio-docs/es/modules/ROOT/assets/attachments/stratio-eks-policy.json b/stratio-docs/es/modules/ROOT/assets/attachments/stratio-eks-policy.json index c50e262ed0..3d2d0b45c6 100644 --- a/stratio-docs/es/modules/ROOT/assets/attachments/stratio-eks-policy.json +++ b/stratio-docs/es/modules/ROOT/assets/attachments/stratio-eks-policy.json @@ -44,7 +44,7 @@ "Action": [ "ec2:AllocateAddress", "ec2:AssociateRouteTable", - "ec2:AssociateVpcCidrBlock", + "ec2:AssociateVpcCidrBlock", "ec2:AttachInternetGateway", "ec2:CreateVpc", "ec2:CreateRoute", @@ -54,6 +54,7 @@ "ec2:CreateNatGateway", "ec2:CreateSecurityGroup", "ec2:DescribeVpcAttribute", + "ec2:DisassociateVpcCidrBlock", "ec2:ModifySubnetAttribute", "ec2:ModifyVpcAttribute", "ecr:BatchCheckLayerAvailability",