mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Fixes #16470 Video generation endpoints (/v1/videos, /videos/{video_id}, etc.) were incorrectly restricted to proxy_admin role only. These routes are now added to openai_routes list, making them accessible to internal_user role as they should be - video generation is a legitimate user feature, not a management/admin operation. Changes: - Added 8 video route patterns to LiteLLMRoutes.openai_routes in _types.py - Added comprehensive tests verifying internal_user and virtual key access - All existing route permission tests continue to pass 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| test_auth_checks.py | ||
| test_auth_exception_handler.py | ||
| test_handle_jwt.py | ||
| test_litellm_license.py | ||
| test_model_checks.py | ||
| test_model_checks_fallbacks.py | ||
| test_route_checks.py | ||
| test_user_api_key_auth.py | ||