From 1c533ecf9f270197007b57905321864adef9b71b Mon Sep 17 00:00:00 2001 From: Aaron Gibson Date: Sat, 3 Jan 2026 16:10:51 +0000 Subject: [PATCH] add /api/v1/geolookup and /api/v1/collectors to path_pattern --- tf/modules/ooniapi_frontend/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tf/modules/ooniapi_frontend/main.tf b/tf/modules/ooniapi_frontend/main.tf index 93de70fc..6f06d488 100644 --- a/tf/modules/ooniapi_frontend/main.tf +++ b/tf/modules/ooniapi_frontend/main.tf @@ -315,6 +315,8 @@ resource "aws_lb_listener_rule" "ooniapi_ooniprobe_rule" { "/api/v1/update/*", # Activate this when the DB is connected in prod "/api/v1/check-in*", + "/api/v1/geolookup*", + "/api/v1/collectors*", ] } }