litellm/tests/test_litellm/proxy/pass_through_endpoints
Yuneng Jiang 5df7c21c9a
fix: extend x-pass- header protection to cover additional credential headers and add tests
- Move protected-headers set to module level as a frozenset
- Add x-api-key, x-goog-api-key to protected set (provider credential headers)
- Block x-amz- prefix to cover AWS SigV4 signing headers
- Normalize forwarded header names to lowercase on write
- Log at debug level when a protected header is skipped
- Add unit test covering protected-header drop and non-protected forwarding
2026-04-16 15:41:34 -07:00
..
llm_provider_handlers fix: mock completion_cost in routing test and restore helper consistency 2026-03-11 20:05:40 -07:00
test_llm_pass_through_endpoints.py Development environment setup (#22432) 2026-02-28 14:50:06 -08:00
test_method_specific_routing.py
test_pass_through_endpoints.py fix(proxy): pass-through multipart uploads and Bedrock custom body 2026-04-09 19:43:57 -07:00
test_passthrough_endpoints_common_utils.py
test_passthrough_guardrails_field_targeting.py
test_passthrough_guardrails.py
test_vertex_ai_batch_passthrough.py fix: stabilize 5 CI test failures 2026-03-13 01:03:35 +00:00
test_vertex_passthrough_load_balancing.py fix: extend x-pass- header protection to cover additional credential headers and add tests 2026-04-16 15:41:34 -07:00