Skip to content

Commit

Permalink
Add reminder to always update weaveworks when updating policy
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley-wenyizha committed May 17, 2023
1 parent e65d6e6 commit 98536c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/iam-policy-example.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
/* Reminder : If we update this file, please also update efs policy in weaveworks/eksctl

https://github.com/weaveworks/eksctl/blob/main/pkg/cfn/builder/statement.go
*/
{
"Version": "2012-10-17",
"Statement": [
Expand All @@ -13,9 +17,7 @@
},
{
"Effect": "Allow",
"Action": [
"elasticfilesystem:CreateAccessPoint"
],
"Action": ["elasticfilesystem:CreateAccessPoint"],
"Resource": "*",
"Condition": {
"StringLike": {
Expand All @@ -25,9 +27,7 @@
},
{
"Effect": "Allow",
"Action": [
"elasticfilesystem:TagResource"
],
"Action": ["elasticfilesystem:TagResource"],
"Resource": "*",
"Condition": {
"StringLike": {
Expand All @@ -46,4 +46,4 @@
}
}
]
}
}

0 comments on commit 98536c2

Please sign in to comment.