diff --git a/terraform/aks/config/production.tfvars.json b/terraform/aks/config/production.tfvars.json index 9dd7a3ca2e..93aef39bd5 100644 --- a/terraform/aks/config/production.tfvars.json +++ b/terraform/aks/config/production.tfvars.json @@ -18,5 +18,6 @@ "enable_prometheus_monitoring": true, "sidekiq_replicas" : 1, "sidekiq_memory_max" : "1Gi", + "enable_dfe_analytics_federated_auth": true, "dataset_name": "git_website_events_production" }