Skip to content

Commit

Permalink
fix: grant push/pull to eks-deployer batch role in prod
Browse files Browse the repository at this point in the history
In order to be able to tag images with eks-deployer batch job
we need to add its roles to ecr iam policy.
  • Loading branch information
arminioa committed May 22, 2024
1 parent 5adb983 commit b683884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion src/resources/ecr-iam-policy.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"arn:aws:iam::933138817065:role/ts_all_card_eks-deployer_role",
"arn:aws:iam::615254691163:role/ts_all_test_ci-it-slave_role",
"arn:aws:iam::615254691163:role/ts_all_test_ci-components-slave_role",
"arn:aws:iam::408856936053:role/ts_all_prod_eks-deployer_role"
"arn:aws:iam::408856936053:role/ts_all_prod_eks-deployer_role",
"arn:aws:iam::408856936053:role/ts_all_prod_eks-deployer-batch",
"arn:aws:iam::408856936053:role/ts_all_sand_eks-deployer-batch"
]
},
"Action": [
Expand Down

0 comments on commit b683884

Please sign in to comment.