From f25272bfa0d1bd0cdcbf68a59ac047359498a7ad Mon Sep 17 00:00:00 2001 From: yassin Date: Wed, 16 Sep 2026 00:05:17 +0000 Subject: [PATCH] fix(gateway): expose /nvidia_nim/ on the gateway data-plane allowlist Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> --- gateway/routes/allowlist.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gateway/routes/allowlist.py b/gateway/routes/allowlist.py index 3733072a948..099c6d5179f 100644 --- a/gateway/routes/allowlist.py +++ b/gateway/routes/allowlist.py @@ -96,6 +96,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = ( "/langfuse/", "/vllm/", "/mistral/", + "/nvidia_nim/", "/groq/", "/voyage/", "/cursor/",