From cbc0632c772412b2a388b1ef983ac7d23e463dfc Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Mon, 3 Nov 2025 08:56:39 +0530 Subject: [PATCH 1/2] fix: re-enable sse usage tracking --- infrastructure/aws/production/ecs-task-definition-web.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index a5977d6c7236..e3c2ea020604 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -125,6 +125,12 @@ "name": "INFLUXDB_URL", "value": "https://eu-central-1-1.aws.cloud2.influxdata.com" }, + { + + "name": "AWS_SSE_LOGS_BUCKET_NAME", + "value": "flagsmith-fastly-logs-production" + + }, { "name": "OAUTH_CLIENT_ID", "value": "232959427810-br6ltnrgouktp0ngsbs04o14ueb9rch0.apps.googleusercontent.com" From 27fd247534b0943b32d15d67e0a4aff54edc4636 Mon Sep 17 00:00:00 2001 From: Gagan Trivedi Date: Mon, 3 Nov 2025 17:20:47 +0530 Subject: [PATCH 2/2] remove whitespace --- infrastructure/aws/production/ecs-task-definition-web.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure/aws/production/ecs-task-definition-web.json b/infrastructure/aws/production/ecs-task-definition-web.json index e3c2ea020604..a5067f3a406d 100644 --- a/infrastructure/aws/production/ecs-task-definition-web.json +++ b/infrastructure/aws/production/ecs-task-definition-web.json @@ -126,10 +126,8 @@ "value": "https://eu-central-1-1.aws.cloud2.influxdata.com" }, { - "name": "AWS_SSE_LOGS_BUCKET_NAME", "value": "flagsmith-fastly-logs-production" - }, { "name": "OAUTH_CLIENT_ID",