-
-
Notifications
You must be signed in to change notification settings - Fork 4.6k
[Infra] Litellm Backend SSO Changes #16029
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
reviewed
litellm/proxy/proxy_server.py
Outdated
| last_model_cost_map_reload = None | ||
|
|
||
| # Global variable for SSO settings from database | ||
| sso_settings: Optional[Any] = None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need this
litellm/proxy/proxy_server.py
Outdated
| """ | ||
| Initialize SSO settings from database into the router on startup. | ||
| """ | ||
| global sso_settings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you don't need this line either
Backend Changes for SSO Table
Relevant issues
This PR implements the backend changes for the SSO Table. This table will only store the SSO information, isolating it from other changes made via the UI.
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/directory, Adding at least 1 test is a hard requirement - see detailsmake test-unitType
🚄 Infrastructure
Changes