Skip to content

Commit

Permalink
Merge pull request #586 from Tradeshift/POPS-3399
Browse files Browse the repository at this point in the history
fix: grant push/pull to eks-deployer batch roles in prod
  • Loading branch information
arminioa committed May 22, 2024
2 parents 5adb983 + b683884 commit e38ceb0
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 e38ceb0

Please sign in to comment.