Skip to content

Commit

Permalink
feat: Update policie for External Secrets 0.12.1 (#542)
Browse files Browse the repository at this point in the history
  • Loading branch information
rastut authored Dec 26, 2024
1 parent e20e0b9 commit b609236
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 b609236

Please sign in to comment.