litellm/enterprise/litellm_enterprise/proxy/auth
michelligabriele fc7a9b4cb0
fix(enterprise): correct error message for DISABLE_ADMIN_ENDPOINTS (#19861)
The error message for DISABLE_ADMIN_ENDPOINTS incorrectly said
"DISABLING LLM API ENDPOINTS is an Enterprise feature" instead of
"DISABLING ADMIN ENDPOINTS is an Enterprise feature".

This was a copy-paste bug from the is_llm_api_route_disabled() function.

Added regression tests to verify both error messages are correct.
2026-01-27 09:34:30 -08:00
..
__init__.py [Feat] SSO - Allow users to run a custom sso login handler (#12465) 2025-07-09 16:36:30 -07:00
custom_sso_handler.py [Feat] SSO - Allow users to run a custom sso login handler (#12465) 2025-07-09 16:36:30 -07:00
route_checks.py fix(enterprise): correct error message for DISABLE_ADMIN_ENDPOINTS (#19861) 2026-01-27 09:34:30 -08:00
user_api_key_auth.py Custom Auth - bubble up custom exceptions (#13093) 2025-07-29 16:28:25 -07:00