Skip to content

Commit

Permalink
Merge pull request #1555 from alphagov/es-bulk-fetch-iam
Browse files Browse the repository at this point in the history
Add BatchGet IAM permission for External Secrets
  • Loading branch information
theseanything authored Dec 27, 2024
2 parents 0fbd10c + 22d5e4d commit cedf154
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ data "aws_iam_policy_document" "external_secrets" {
"secretsmanager:GetResourcePolicy",
"secretsmanager:GetSecretValue",
"secretsmanager:DescribeSecret",
"secretsmanager:ListSecretVersionIds"
"secretsmanager:ListSecretVersionIds",
"secretsmanager:BatchGetSecretValue"
]

resources = [
Expand Down

0 comments on commit cedf154

Please sign in to comment.