Page MenuHomePhabricator

D11824.id39603.diff
No OneTemporary

D11824.id39603.diff

diff --git a/services/terraform/remote/service_identity.tf b/services/terraform/remote/service_identity.tf
--- a/services/terraform/remote/service_identity.tf
+++ b/services/terraform/remote/service_identity.tf
@@ -34,6 +34,8 @@
http://localhost:3009
EOT
production_allow_origin_list = "https://web.comm.app"
+
+ comm_services_use_json_logs = "true"
}
data "aws_secretsmanager_secret" "identity_server_setup" {
@@ -81,6 +83,10 @@
{
name = "ALLOW_ORIGIN_LIST"
value = local.is_staging ? local.staging_allow_origin_list : local.production_allow_origin_list
+ },
+ {
+ name = "COMM_SERVICES_USE_JSON_LOGS",
+ value = local.comm_services_use_json_logs
}
]
secrets = [

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 30, 6:27 PM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2206199
Default Alt Text
D11824.id39603.diff (772 B)

Event Timeline