From 252d7bf1bcaa76678d9ec26565da1060b2a4d935 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 13 Feb 2026 20:04:52 -0800 Subject: [PATCH] Update litellm/proxy/policy_engine/policy_endpoints.py Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- litellm/proxy/policy_engine/policy_endpoints.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/proxy/policy_engine/policy_endpoints.py b/litellm/proxy/policy_engine/policy_endpoints.py index 33a69a9134c..af12a8598f6 100644 --- a/litellm/proxy/policy_engine/policy_endpoints.py +++ b/litellm/proxy/policy_engine/policy_endpoints.py @@ -360,6 +360,7 @@ async def get_resolved_guardrails(policy_id: str): @router.post( "/policies/test-pipeline", tags=["Policies"], + dependencies=[Depends(user_api_key_auth)], ) async def test_pipeline( request: PipelineTestRequest,