-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OCPBUGS-19757: bump controller iam policy to v2.4.7 (#114)
* iamctl: split-resource flag and condition field * iamctl: function flag * bump controller iam policy to v2.4.7
- Loading branch information
1 parent
f84896d
commit 41b799d
Showing
10 changed files
with
776 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
68 changes: 68 additions & 0 deletions
68
hack/controller/controller-credentials-request-minify.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
apiVersion: cloudcredential.openshift.io/v1 | ||
kind: CredentialsRequest | ||
metadata: | ||
name: aws-load-balancer-controller | ||
namespace: openshift-cloud-credential-operator | ||
spec: | ||
providerSpec: | ||
apiVersion: cloudcredential.openshift.io/v1 | ||
kind: AWSProviderSpec | ||
statementEntries: | ||
- action: | ||
- acm:DescribeCertificate | ||
- acm:ListCertificates | ||
- cognito-idp:DescribeUserPoolClient | ||
- ec2:AuthorizeSecurityGroupIngress | ||
- ec2:CreateSecurityGroup | ||
- ec2:CreateTags | ||
- ec2:DeleteSecurityGroup | ||
- ec2:DeleteTags | ||
- ec2:Describe* | ||
- ec2:GetCoipPoolUsage | ||
- ec2:RevokeSecurityGroupIngress | ||
- elasticloadbalancing:AddListenerCertificates | ||
- elasticloadbalancing:AddTags | ||
- elasticloadbalancing:CreateListener | ||
- elasticloadbalancing:CreateLoadBalancer | ||
- elasticloadbalancing:CreateRule | ||
- elasticloadbalancing:CreateTargetGroup | ||
- elasticloadbalancing:DeleteListener | ||
- elasticloadbalancing:DeleteLoadBalancer | ||
- elasticloadbalancing:DeleteRule | ||
- elasticloadbalancing:DeleteTargetGroup | ||
- elasticloadbalancing:DeregisterTargets | ||
- elasticloadbalancing:Describe* | ||
- elasticloadbalancing:ModifyListener | ||
- elasticloadbalancing:ModifyLoadBalancerAttributes | ||
- elasticloadbalancing:ModifyRule | ||
- elasticloadbalancing:ModifyTargetGroup | ||
- elasticloadbalancing:ModifyTargetGroupAttributes | ||
- elasticloadbalancing:RegisterTargets | ||
- elasticloadbalancing:RemoveListenerCertificates | ||
- elasticloadbalancing:RemoveTags | ||
- elasticloadbalancing:SetIpAddressType | ||
- elasticloadbalancing:SetSecurityGroups | ||
- elasticloadbalancing:SetSubnets | ||
- elasticloadbalancing:SetWebAcl | ||
- iam:CreateServiceLinkedRole | ||
- iam:GetServerCertificate | ||
- iam:ListServerCertificates | ||
- shield:CreateProtection | ||
- shield:DeleteProtection | ||
- shield:DescribeProtection | ||
- shield:GetSubscriptionState | ||
- waf-regional:AssociateWebACL | ||
- waf-regional:DisassociateWebACL | ||
- waf-regional:GetWebACL | ||
- waf-regional:GetWebACLForResource | ||
- wafv2:AssociateWebACL | ||
- wafv2:DisassociateWebACL | ||
- wafv2:GetWebACL | ||
- wafv2:GetWebACLForResource | ||
effect: Allow | ||
resource: "*" | ||
secretRef: | ||
name: aws-load-balancer-controller-cluster | ||
namespace: aws-load-balancer-operator | ||
serviceAccountNames: | ||
- aws-load-balancer-controller-cluster |
Oops, something went wrong.