Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/guides/additional-tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ For the additional tags functionality to work properly, the IAM role linked to t
"Effect": "Allow",
"Action": [
"tag:TagResources",
"tag:UntagResources"
"tag:UntagResources",
"tag:GetResources"
],
"Resource": "*"
}
Expand Down
4 changes: 3 additions & 1 deletion files/controller-installation/recommended-inline-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"tag:GetResources",
"firehose:TagDeliveryStream",
"s3:GetBucketPolicy",
"s3:PutBucketPolicy"
"s3:PutBucketPolicy",
"tag:TagResources",
"tag:UntagResources"
],
"Resource": "*"
},
Expand Down