Skip to content

Commit 9753815

Browse files
SinghVikram97vbedi
andauthored
Update recommended inline policy and documentation (#837)
Co-authored-by: vbedi <[email protected]>
1 parent d525f03 commit 9753815

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/guides/additional-tags.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ For the additional tags functionality to work properly, the IAM role linked to t
3939
"Effect": "Allow",
4040
"Action": [
4141
"tag:TagResources",
42-
"tag:UntagResources"
42+
"tag:UntagResources",
43+
"tag:GetResources"
4344
],
4445
"Resource": "*"
4546
}

files/controller-installation/recommended-inline-policy.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"tag:GetResources",
2121
"firehose:TagDeliveryStream",
2222
"s3:GetBucketPolicy",
23-
"s3:PutBucketPolicy"
23+
"s3:PutBucketPolicy",
24+
"tag:TagResources",
25+
"tag:UntagResources"
2426
],
2527
"Resource": "*"
2628
},

0 commit comments

Comments
 (0)