mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-17 23:51:30 +00:00
Per-user env-vars are templated static headers (resolved alongside auth via the static-headers path), not an api_key credential mode; the PerUserEnvVar key_source was unreachable (no server config maps to it) and contradicted that model. ApiKeySource is now SharedKey | Byok and the api_key arm matches the two real sources. Static/env-var header resolution reuses v1's _resolve_static_headers_with_env_vars at the v2 manager (step 6); the clean v2 rewrite lands at v1 retirement alongside the caching model. |
||
|---|---|---|
| .. | ||
| gateway | ||
| test_configs | ||
| conftest.py | ||
| mcp_server.py | ||
| test_aresponses_api_with_mcp.py | ||
| test_mcp_auth_header_extraction.py | ||
| test_mcp_auth_priority.py | ||
| test_mcp_chat_completions.py | ||
| test_mcp_client_unit.py | ||
| test_mcp_guardrails.py | ||
| test_mcp_hooks.py | ||
| test_mcp_litellm_client.py | ||
| test_mcp_logging.py | ||
| test_mcp_server.py | ||
| test_oauth2_mcp_config.yaml | ||
| test_openapi_spec_path_url.py | ||
| test_per_user_oauth_cache.py | ||
| test_proxy_mcp_e2e.py | ||
| test_semantic_tool_filter_e2e.py | ||