terraform-aws-modules / terraform-aws-ecr

Terraform module to create AWS ECR resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/ecr/aws
Apache License 2.0
52 stars 109 forks source link

fix: Lambda read policy access #22

Closed akoshel closed 7 months ago

akoshel commented 8 months ago

Description

ECR lambda access policy for private repositories.

Motivation and Context

Cross account and same account lambda access policy added https://docs.aws.amazon.com/lambda/latest/dg/images-create.html

Changes

For current account access: Added new variable bool repository_lambda_read_access to set lambda access ecr policy repository_lambda_read_access_arns will work as before, description updated as deprecated variable For cross account access following variables added: allow_cross_account_lambda_read_access cross_account_ids cross_account_read_access_lambda_arns

github-actions[bot] commented 7 months ago

This PR has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this PR will be closed in 10 days

github-actions[bot] commented 7 months ago

This PR was automatically closed because of stale in 10 days

github-actions[bot] commented 6 months ago

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.