Skip to content

Commit

Permalink
Include iam:CreateServiceLinkedRole permissions on create handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Henriques committed Sep 18, 2023
1 parent c9d069c commit d7c48d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions aws-rds-dbcluster/aws-rds-dbcluster.json
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"iam:PassRole",
"rds:AddRoleToDBCluster",
"rds:AddTagsToResource",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"rds:AddTagsToResource",
"rds:CreateDBClusterParameterGroup",
"rds:DescribeDBClusterParameterGroups",
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbparametergroup/aws-rds-dbparametergroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"rds:AddTagsToResource",
"rds:CreateDBParameterGroup",
"rds:DescribeDBParameterGroups",
Expand Down
1 change: 1 addition & 0 deletions aws-rds-dbsubnetgroup/aws-rds-dbsubnetgroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"rds:CreateDBSubnetGroup",
"rds:DescribeDBSubnetGroups",
"rds:AddTagsToResource",
Expand Down
1 change: 1 addition & 0 deletions aws-rds-eventsubscription/aws-rds-eventsubscription.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"rds:CreateEventSubscription",
"rds:DescribeEventSubscriptions",
"rds:ListTagsForResource",
Expand Down
1 change: 1 addition & 0 deletions aws-rds-optiongroup/aws-rds-optiongroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@
"handlers": {
"create": {
"permissions": [
"iam:CreateServiceLinkedRole",
"rds:AddTagsToResource",
"rds:CreateOptionGroup",
"rds:DescribeOptionGroups",
Expand Down

0 comments on commit d7c48d1

Please sign in to comment.