Skip to content

Commit

Permalink
Add missing ListSecrets policy
Browse files Browse the repository at this point in the history
  • Loading branch information
adenot committed Dec 5, 2024
1 parent 61a2fbe commit 3cddccd
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 @@ -6,7 +6,8 @@ data "aws_iam_policy_document" "external_secrets" {
"secretsmanager:GetResourcePolicy",
"secretsmanager:GetSecretValue",
"secretsmanager:DescribeSecret",
"secretsmanager:ListSecretVersionIds"
"secretsmanager:ListSecretVersionIds",
"secretsmanager:ListSecrets",
]
resources = [
"*",
Expand Down

0 comments on commit 3cddccd

Please sign in to comment.