Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantbiggs authored Dec 26, 2024
2 parents b75cd1a + fea94c8 commit 97dfbd6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file.

## [5.49.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.48.0...v5.49.0) (2024-12-26)


### Features

* Update policie for External Secrets 0.12.1 ([#542](https://github.com/terraform-aws-modules/terraform-aws-iam/issues/542)) ([b609236](https://github.com/terraform-aws-modules/terraform-aws-iam/commit/b609236ecdbb782ed758d59dd8c306e935e4b585))

## [5.48.0](https://github.com/terraform-aws-modules/terraform-aws-iam/compare/v5.47.1...v5.48.0) (2024-11-11)


Expand Down
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 97dfbd6

Please sign in to comment.