Skip to content

Commit

Permalink
feat: Update policie for External Secrets 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut committed Dec 24, 2024
1 parent e20e0b9 commit cc7244e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/iam-role-for-service-accounts-eks/policies.tf
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ data "aws_iam_policy_document" "external_secrets" {
"secretsmanager:GetSecretValue",
"secretsmanager:DescribeSecret",
"secretsmanager:ListSecretVersionIds",
"secretsmanager:BatchGetSecretValue",
]
resources = var.external_secrets_secrets_manager_arns
}
Expand Down

0 comments on commit cc7244e

Please sign in to comment.