litellm/litellm-rust/crates/auth-azure/src
Yujong Lee 1ee4b62e9c fix(rust): honor vertex_project, vertex_location and enable_azure_ad_token_refresh globals
Python resolves the Vertex project and location as call params, then the
litellm.vertex_project / litellm.vertex_location globals, then env, and
Azure AD token refresh from litellm.enable_azure_ad_token_refresh alone.
Native OCR skipped the globals, so a config.yaml litellm_settings value
silently fell through to the credential's project and us-central1, and a
managed identity setup without an API key failed. The bridge now reads
them through a provider_defaults settings group into OcrSettings, and
VertexConfig / AzureAuthInputs slot them in at Python's precedence.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-09-18 21:01:37 -07:00
..
credential_provider_cache.rs refactor(rust): extract auth and cache crates 2026-09-16 18:12:11 +00:00
lib.rs refactor(rust): extract auth and cache crates 2026-09-16 18:12:11 +00:00
native.rs refactor(rust): extract auth and cache crates 2026-09-16 18:12:11 +00:00
resolve.rs refactor(rust): run OCR through a route-neutral callback contract and a legacy Logging adapter 2026-09-17 21:13:16 -07:00
types.rs fix(rust): honor vertex_project, vertex_location and enable_azure_ad_token_refresh globals 2026-09-18 21:01:37 -07:00