Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33219776
D11744.1768556755.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
772 B
Referenced Files
None
Subscribers
None
D11744.1768556755.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Fri, Jan 16, 9:45 AM (12 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5943387
Default Alt Text
D11744.1768556755.diff (772 B)
Attached To
Mode
D11744: [identity] add env var conditional json tracing
Attached
Detach File
Event Timeline
Log In to Comment