Skip to content

Commit

Permalink
Merge pull request #702 from udondan/update-aws-managed-policies
Browse files Browse the repository at this point in the history
  • Loading branch information
udondan committed May 16, 2024
2 parents f945b19 + 258cf15 commit e3a8fd6
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,16 @@
"tag:GetResources"
],
"Resource": "*"
},
{
"Sid": "ControlCatalogAccess",
"Effect": "Allow",
"Action": [
"controlcatalog:ListCommonControls",
"controlcatalog:ListDomains",
"controlcatalog:ListObjectives"
],
"Resource": "*"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Version": "2012-10-17",
"Statement": [
{
"Sid": "ReachabilityAnalyzerPermissions",
"Effect": "Allow",
"Action": [
"cloudformation:DescribeStacks",
Expand Down Expand Up @@ -45,6 +46,7 @@
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeRules",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:DescribeTargetHealth",
"globalaccelerator:ListAccelerators",
Expand Down Expand Up @@ -78,6 +80,7 @@
"Resource": "*"
},
{
"Sid": "ApigatewayPermissions",
"Effect": "Allow",
"Action": [
"apigateway:GET"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DirectconnectPermissions",
"Effect": "Allow",
"Action": [
"directconnect:DescribeConnections",
Expand All @@ -14,6 +15,7 @@
"Resource": "*"
},
{
"Sid": "EC2Permissions",
"Effect": "Allow",
"Action": [
"ec2:CreateNetworkInsightsAccessScope",
Expand Down Expand Up @@ -56,6 +58,7 @@
"Resource": "*"
},
{
"Sid": "EC2TagsPermissions",
"Effect": "Allow",
"Action": [
"ec2:CreateTags",
Expand All @@ -67,19 +70,22 @@
]
},
{
"Sid": "ElasticloadbalancingPermissions",
"Effect": "Allow",
"Action": [
"elasticloadbalancing:DescribeListeners",
"elasticloadbalancing:DescribeLoadBalancerAttributes",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeRules",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:DescribeTargetHealth"
],
"Resource": "*"
},
{
"Sid": "GlobalacceleratorPermissions",
"Effect": "Allow",
"Action": [
"globalaccelerator:ListAccelerators",
Expand All @@ -93,6 +99,7 @@
"Resource": "*"
},
{
"Sid": "NetworkFirewallPermissions",
"Effect": "Allow",
"Action": [
"network-firewall:DescribeFirewall",
Expand All @@ -106,20 +113,23 @@
"Resource": "*"
},
{
"Sid": "ResourceGroupsPermissions",
"Effect": "Allow",
"Action": [
"resource-groups:ListGroupResources"
],
"Resource": "*"
},
{
"Sid": "TagsPermissions",
"Effect": "Allow",
"Action": [
"tag:GetResources"
],
"Resource": "*"
},
{
"Sid": "TirosPermissions",
"Effect": "Allow",
"Action": [
"tiros:CreateQuery",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DirectconnectPermissions",
"Effect": "Allow",
"Action": [
"directconnect:DescribeConnections",
Expand All @@ -14,6 +15,7 @@
"Resource": "*"
},
{
"Sid": "EC2Permissions",
"Effect": "Allow",
"Action": [
"ec2:CreateNetworkInsightsPath",
Expand Down Expand Up @@ -54,6 +56,7 @@
"Resource": "*"
},
{
"Sid": "EC2TagsPermissions",
"Effect": "Allow",
"Action": [
"ec2:CreateTags",
Expand All @@ -65,19 +68,22 @@
]
},
{
"Sid": "ElasticloadbalancingPermissions",
"Effect": "Allow",
"Action": [
"elasticloadbalancing:DescribeListeners",
"elasticloadbalancing:DescribeLoadBalancerAttributes",
"elasticloadbalancing:DescribeLoadBalancers",
"elasticloadbalancing:DescribeRules",
"elasticloadbalancing:DescribeTags",
"elasticloadbalancing:DescribeTargetGroupAttributes",
"elasticloadbalancing:DescribeTargetGroups",
"elasticloadbalancing:DescribeTargetHealth"
],
"Resource": "*"
},
{
"Sid": "GlobalacceleratorPermissions",
"Effect": "Allow",
"Action": [
"globalaccelerator:ListAccelerators",
Expand All @@ -91,6 +97,7 @@
"Resource": "*"
},
{
"Sid": "NetworkFirewallPermissions",
"Effect": "Allow",
"Action": [
"network-firewall:DescribeFirewall",
Expand All @@ -104,6 +111,7 @@
"Resource": "*"
},
{
"Sid": "TirosPermissions",
"Effect": "Allow",
"Action": [
"tiros:CreateQuery",
Expand Down

0 comments on commit e3a8fd6

Please sign in to comment.