Skip to content

Commit 3d68cce

Browse files
Allow the prod auth_manager ecs execution role to fetch images from the private ecr repo
1 parent 5210800 commit 3d68cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ module "auth_manager" {
413413
source = "./private-ecr-repo"
414414

415415
repository_name = "auth-manager"
416-
allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/auth_manager20251030104403745100000003"] # prod one still missing
416+
allowed_to_pull_identities = ["arn:aws:iam::992382665735:role/auth_manager20251030104403745100000003", "arn:aws:iam::671250183987:role/auth_manager20251112133557154300000002"]
417417
}
418418

419419
module "private_ecr_github_actions_upload_credentials_auth_manager" {

0 commit comments

Comments
 (0)