From f92699262bcac9552b8e35151244a90eb0078621 Mon Sep 17 00:00:00 2001 From: Darin Krauss Date: Wed, 30 Jul 2025 12:31:21 -0700 Subject: [PATCH 1/2] [BACK-3925] Allow twiist data ingestion to list related provider sessions - Allow twiist data ingestion to list related provider sessions - Add auth route to list provider sessions without user id - https://tidepool.atlassian.net/browse/BACK-3925 --- charts/tidepool/charts/auth/templates/4-routetable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidepool/charts/auth/templates/4-routetable.yaml b/charts/tidepool/charts/auth/templates/4-routetable.yaml index 558ac218..1dc36c81 100644 --- a/charts/tidepool/charts/auth/templates/4-routetable.yaml +++ b/charts/tidepool/charts/auth/templates/4-routetable.yaml @@ -63,7 +63,7 @@ spec: - GET - PUT - DELETE - regex: /v1/provider_sessions/[^/]+ + regex: /v1/provider_sessions(/[^/]+)? routeAction: single: upstream: From 4f27d2ef2f63e87fec7c6711ff6983307389a524 Mon Sep 17 00:00:00 2001 From: Darin Krauss Date: Tue, 12 Aug 2025 09:42:18 -0700 Subject: [PATCH 2/2] Updates from PR review Co-authored-by: Todd Kazakov --- charts/tidepool/charts/auth/templates/4-routetable.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/tidepool/charts/auth/templates/4-routetable.yaml b/charts/tidepool/charts/auth/templates/4-routetable.yaml index 1dc36c81..d8adad53 100644 --- a/charts/tidepool/charts/auth/templates/4-routetable.yaml +++ b/charts/tidepool/charts/auth/templates/4-routetable.yaml @@ -63,7 +63,7 @@ spec: - GET - PUT - DELETE - regex: /v1/provider_sessions(/[^/]+)? + prefix: /v1/provider_sessions routeAction: single: upstream: