Skip to content

Commit

Permalink
[DOM-58654] - updated tagging permissions (#251)
Browse files Browse the repository at this point in the history
* updated tagging permissions

* updated from comments
  • Loading branch information
ddl-olsonJD authored Jun 18, 2024
1 parent 39352b4 commit cd2c348
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 4 additions & 1 deletion modules/iam-bootstrap/bootstrap-0.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@
"logs:ListTagsLogGroup",
"logs:ListTagsForResource",
"logs:PutRetentionPolicy",
"logs:TagLogGroup"
"logs:TagLogGroup",
"logs:UntagLogGroup",
"logs:TagResource",
"logs:UntagResource"
],
"Resource": "*"
},
Expand Down
4 changes: 3 additions & 1 deletion modules/iam-bootstrap/bootstrap-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,9 @@
"glue:GetTable",
"glue:DeleteTable",
"glue:GetCrawler",
"glue:DeleteCrawler"
"glue:DeleteCrawler",
"glue:TagResource",
"glue:UntagResource"
],
"Resource": [
"arn:${partition}:glue:*:*:catalog",
Expand Down

0 comments on commit cd2c348

Please sign in to comment.