mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
Docker --env-file passes literal quote characters (e.g. AZURE_API_BASE="https://...") without stripping them, unlike most dotenv parsers. Add _strip_env_quotes() and apply it in get_secret() so callers always receive the bare value. Fixes #27591 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_aws_secret_manager_rotation.py | ||
| test_aws_secret_manager_v2.py | ||
| test_custom_secret_manager.py | ||
| test_get_azure_ad_token_provider.py | ||
| test_secret_managers_main.py | ||