Skip to content

Commit abf4496

Browse files
authored
Merge pull request #435 from kubernetes-sigs/iam-policy
Updated IAM policy to include missing tag:GetResources permission
2 parents 4921b7e + 6e21ef1 commit abf4496

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

examples/iam-policy.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@
6767
"Action": ["waf-regional:GetWebACLForResource"],
6868
"Resource": "*"
6969
},
70+
{
71+
"Effect": "Allow",
72+
"Action": ["tag:GetResources"],
73+
"Resource": "*"
74+
},
7075
{
7176
"Effect": "Allow",
7277
"Action": [

0 commit comments

Comments
 (0)