We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ceaa00 commit 9bc8535Copy full SHA for 9bc8535
test/terraform/fargate/main.tf
@@ -114,6 +114,11 @@ module "agent_control_infra" {
114
"arn:aws:secretsmanager:${var.region}:${var.accountId}:secret:${var.secret_name_system_identity_private_key}",
115
"arn:aws:secretsmanager:${var.region}:${var.accountId}:secret:${var.secret_name_prod_system_identity_private_key}",
116
]
117
+ },
118
+ {
119
+ "Effect" : "Allow",
120
+ "Action" : "iam:PassRole",
121
+ "Resource" : "arn:aws:iam::${var.accountId}:role/Agent_Control_Canaries_*-EKS_Worker_Role"
122
}
123
124
0 commit comments