Skip to content

Commit

Permalink
[DBEventSubscription][OptionGroup][DBParameterGroup][DBClusterParamet…
Browse files Browse the repository at this point in the history
…erGroup] explicitly add add/remove tags permissions (#463)

Co-authored-by: Valentin Shirshov <[email protected]>
  • Loading branch information
khebul and Valentin Shirshov authored Aug 25, 2023
1 parent 35056b8 commit c9d069c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"rds:DescribeDBClusters",
"rds:DescribeEngineDefaultClusterParameters",
"rds:ListTagsForResource",
"rds:ModifyDBClusterParameterGroup"
"rds:ModifyDBClusterParameterGroup",
"rds:RemoveTagsFromResource"
],
"timeoutInMinutes": 180
},
Expand Down
3 changes: 2 additions & 1 deletion aws-rds-dbparametergroup/aws-rds-dbparametergroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@
"rds:DescribeDBParameters",
"rds:DescribeEngineDefaultParameters",
"rds:ListTagsForResource",
"rds:ModifyDBParameterGroup"
"rds:ModifyDBParameterGroup",
"rds:RemoveTagsFromResource"
]
},
"read": {
Expand Down
4 changes: 3 additions & 1 deletion aws-rds-eventsubscription/aws-rds-eventsubscription.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@
"permissions": [
"rds:CreateEventSubscription",
"rds:DescribeEventSubscriptions",
"rds:ListTagsForResource"
"rds:ListTagsForResource",
"rds:AddTagsToResource",
"rds:RemoveTagsFromResource"
]
},
"read": {
Expand Down
3 changes: 2 additions & 1 deletion aws-rds-optiongroup/aws-rds-optiongroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@
"rds:CreateOptionGroup",
"rds:DescribeOptionGroups",
"rds:ListTagsForResource",
"rds:ModifyOptionGroup"
"rds:ModifyOptionGroup",
"rds:RemoveTagsFromResource"
]
},
"read": {
Expand Down

0 comments on commit c9d069c

Please sign in to comment.