Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refine ECR repository IAM policy #13

Merged
merged 2 commits into from
Nov 1, 2023
Merged

Refine ECR repository IAM policy #13

merged 2 commits into from
Nov 1, 2023

Conversation

JonRoma
Copy link
Collaborator

@JonRoma JonRoma commented Nov 1, 2023

Allow reader accounts access to the following actions:

  • ecr:DescribeImages
  • ecr:DescribeRepositories
  • ecr:ListImages

Also update README.md, variables.tf, and versions.tf.

This change will allow users on the development and test accounts to view ECR repos and images that reside on the production account without having production credentials.

I do not believe this capability is available through the AWS console, but it is available through the AWS CLI and API.

Allow reader accounts access to the following actions:

*   ecr:DescribeImages
*   ecr:DescribeRepositories
*   ecr:ListImages

Also update README.md, variables.tf, and versions.tf.

This change will allow users on the development and test accounts to
view ECR repos and images that reside on the production account without
having production credentials.

I do not believe this capability is available through the AWS console,
but it is available through the AWS CLI and API.
@JonRoma JonRoma merged commit 0e55c2a into main Nov 1, 2023
2 checks passed
@JonRoma JonRoma deleted the develop branch November 1, 2023 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants