From 7010e16e41834c05cc260f72920a0fb90e5a2892 Mon Sep 17 00:00:00 2001 From: Colin Saliceti Date: Fri, 7 Feb 2025 16:31:46 +0000 Subject: [PATCH] Apply for teacher training federated credentials --- cluster/terraform_kubernetes/config/production.tfvars.json | 1 + cluster/terraform_kubernetes/config/test.tfvars.json | 1 + 2 files changed, 2 insertions(+) diff --git a/cluster/terraform_kubernetes/config/production.tfvars.json b/cluster/terraform_kubernetes/config/production.tfvars.json index 29c5e927..dec51d4f 100644 --- a/cluster/terraform_kubernetes/config/production.tfvars.json +++ b/cluster/terraform_kubernetes/config/production.tfvars.json @@ -128,6 +128,7 @@ }, "ga_wif_managed_id": { "bat": { + "apply-for-teacher-training": ["sandbox", "production"], "itt-mentor-services": ["sandbox", "production"], "publish-teacher-training": ["sandbox","production"] }, diff --git a/cluster/terraform_kubernetes/config/test.tfvars.json b/cluster/terraform_kubernetes/config/test.tfvars.json index 3d8ec8ad..b619c662 100644 --- a/cluster/terraform_kubernetes/config/test.tfvars.json +++ b/cluster/terraform_kubernetes/config/test.tfvars.json @@ -93,6 +93,7 @@ "block_metrics_endpoint" : false, "ga_wif_managed_id": { "bat": { + "apply-for-teacher-training": ["review", "qa", "staging"], "itt-mentor-services": ["review", "qa", "staging"], "publish-teacher-training": ["review", "qa", "staging"] },