Skip to content

Commit

Permalink
chore: update bastion role iam permissions for secretsmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
mcamick authored Oct 25, 2023
1 parent 3d198e1 commit 37d4e3e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@ resource "aws_iam_policy" "terraform_policy" {
"inspector:StopAssessmentRun",
"inspector:SubscribeToEvent",
"inspector:UnsubscribeFromEvent",
"inspector:UpdateAssessmentTarget"
"inspector:UpdateAssessmentTarget",
"secretsmanager:GetSecretValue"
],
"Resource": "*",
"Effect": "Allow"
Expand Down

0 comments on commit 37d4e3e

Please sign in to comment.