Skip to content

Commit

Permalink
policy1 eks improvements (#432)
Browse files Browse the repository at this point in the history
  • Loading branch information
ometelytsia authored Oct 3, 2024
1 parent 5b70f30 commit 6ae4ae8
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion permissions/policy1.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,19 @@
"Resource": [
"arn:aws:eks:*:123456789012:nodegroup/atlas-*",
"arn:aws:eks:*:123456789012:cluster/atlas-*-cluster",
"arn:aws:eks:*:123456789012:addon/*"
"arn:aws:eks:*:123456789012:addon/*",
"arn:aws:eks:*:123456789012:access-entry/atlas-*-cluster",
"arn:aws:eks:*:123456789012:access-entry/atlas-*-cluster/*"
]
},
{
"Sid": "eksGlobal",
"Effect": "Allow",
"Action": [
"eks:DescribeAddonVersions"
],
"Resource": "*"
},
{
"Sid": "DynamoDB",
"Effect": "Allow",
Expand Down

0 comments on commit 6ae4ae8

Please sign in to comment.