Skip to content

Commit

Permalink
10391 - add connect permission
Browse files Browse the repository at this point in the history
  • Loading branch information
codyseibert committed Sep 5, 2024
1 parent f840688 commit 78ef836
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions web-api/terraform/modules/ci-cd/ci-cd-permissions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,16 @@ resource "aws_iam_policy" "ci_cd_policy" {
"*"
]
},
{
"Sid": "RdsConnect",
"Effect": "Allow",
"Action": [
"rds-db:connect"
],
"Resource": [
"*"
]
},
{
"Sid": "DynamoGranular",
"Effect": "Allow",
Expand Down

0 comments on commit 78ef836

Please sign in to comment.