Skip to content

Commit

Permalink
Add ssm:PutParameter to oidc policy (#5307)
Browse files Browse the repository at this point in the history
  • Loading branch information
georgepstaylor authored Oct 27, 2023
1 parent eb90827 commit bbb857e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion terraform/environments/bootstrap/member-bootstrap/iam.tf
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,8 @@ data "aws_iam_policy_document" "policy" {
"secretsmanager:ListSecrets",
"secretsmanager:DescribeSecret",
"secretsmanager:GetResourcePolicy",
"ssm:GetParameter"
"ssm:GetParameter",
"ssm:PutParameter"
]
resources = ["*"] #tfsec:ignore:AWS099 tfsec:ignore:AWS097
}
Expand Down

0 comments on commit bbb857e

Please sign in to comment.