Krrish Dholakia
|
73a5921262
|
feat(auth_checks.py): allow team to call all models, when explicitly set via /*
|
2024-08-22 16:38:56 -07:00 |
|
Krish Dholakia
|
a583b95d85
|
Merge pull request #5308 from BerriAI/litellm_team_admin_permissions
feat(user_api_key_auth.py): allow team admin to add new members to team
|
2024-08-21 14:21:22 -07:00 |
|
Krrish Dholakia
|
e32a68c94b
|
refactor(team_endpoints.py): refactor auth checks for team member endpoints to ui team admin to manage it
|
2024-08-20 16:57:18 -07:00 |
|
Krrish Dholakia
|
64affd0d6b
|
feat(user_api_key_auth.py): allow team admin to add new members to team
|
2024-08-20 14:01:12 -07:00 |
|
Krish Dholakia
|
e49e454929
|
Merge pull request #5287 from BerriAI/litellm_fix_response_cost_cal
fix(cost_calculator.py): only override base model if custom pricing is set
|
2024-08-20 11:42:48 -07:00 |
|
Ishaan Jaff
|
6d0f96f437
|
fix _get_request_ip_address
|
2024-08-19 21:08:27 -07:00 |
|
Krrish Dholakia
|
b26f717c70
|
fix(user_api_key_auth.py): fix client_ip
|
2024-08-19 21:01:54 -07:00 |
|
Krrish Dholakia
|
5e8a2ced04
|
fix(user_api_key_auth.py): log requester ip address to logs on request rejection
Closes https://github.com/BerriAI/litellm/issues/5220
|
2024-08-19 11:03:58 -07:00 |
|
Ishaan Jaff
|
7171efc729
|
use model access groups for teams
|
2024-08-17 16:45:53 -07:00 |
|
Ishaan Jaff
|
db8f789318
|
Merge pull request #5259 from BerriAI/litellm_return_remaining_tokens_in_header
[Feat] return `x-litellm-key-remaining-requests-{model}`: 1, `x-litellm-key-remaining-tokens-{model}: None` in response headers
|
2024-08-17 12:41:16 -07:00 |
|
Ishaan Jaff
|
a62277a6aa
|
feat - use commong helper for getting model group
|
2024-08-17 10:46:04 -07:00 |
|
Krish Dholakia
|
0916197c9d
|
Merge pull request #5244 from BerriAI/litellm_better_error_logging_sentry
refactor: replace .error() with .exception() logging for better debugging on sentry
|
2024-08-16 19:16:20 -07:00 |
|
Ishaan Jaff
|
55df861291
|
docs oauh 2.0 enterprise feature
|
2024-08-16 14:00:24 -07:00 |
|
Ishaan Jaff
|
9a9710b8a1
|
add debugging for oauth2.0
|
2024-08-16 13:40:32 -07:00 |
|
Ishaan Jaff
|
8745e1608a
|
allow using oauth2 checks for logging into proxy
|
2024-08-16 13:36:29 -07:00 |
|
Ishaan Jaff
|
d2be2d6e23
|
add init commit for oauth 2 checks
|
2024-08-16 13:30:22 -07:00 |
|
Krrish Dholakia
|
2874b94fb1
|
refactor: replace .error() with .exception() logging for better debugging on sentry
|
2024-08-16 09:22:47 -07:00 |
|
Krish Dholakia
|
6b14dbc885
|
Merge branch 'main' into litellm_fix_pass_through_endpoints
|
2024-08-14 14:59:38 -07:00 |
|
Krrish Dholakia
|
9387662eab
|
fix(user_api_key_auth.py): more precisely expand scope to handle 'basic' tokens
|
2024-08-13 22:00:33 -07:00 |
|
Ishaan Jaff
|
acb31c0acd
|
return detailed error message on check_valid_ip
|
2024-08-13 21:29:21 -07:00 |
|
Krrish Dholakia
|
8b4b378562
|
feat(user_api_key_auth.py): support calling langfuse with litellm user_api_key_auth
|
2024-08-13 20:26:24 -07:00 |
|
Ishaan Jaff
|
7d439865e7
|
add test for test_check_valid_ip_sent_with_x_forwarded_for
|
2024-08-13 15:54:53 -07:00 |
|
Ishaan Jaff
|
e62aa0d1c2
|
use _check_valid_ip
|
2024-08-13 15:41:01 -07:00 |
|
Ishaan Jaff
|
eb18d0a26b
|
check use_x_forwarded_for
|
2024-08-13 15:18:24 -07:00 |
|
Krrish Dholakia
|
e57add26b5
|
fix(user_api_key_auth.py): move warning to debug log
|
2024-08-12 10:35:44 -07:00 |
|
Krrish Dholakia
|
3d4672ba53
|
fix(user_api_key_auth.py): Fixes https://github.com/BerriAI/litellm/issues/5111
|
2024-08-08 10:30:15 -07:00 |
|
Krish Dholakia
|
7d28b6ebc3
|
Merge branch 'main' into litellm_personal_user_budgets
|
2024-08-07 19:59:50 -07:00 |
|
Krrish Dholakia
|
86a3dba1bf
|
refactor(user_api_key_auth.py): refactor to replace user_id_information list with pydantic user_obj
Allows using the 'get_user_object' function in user_api_key_auth, keeping it consistent across jwt-auth and key-auth
|
2024-08-07 15:33:55 -07:00 |
|
Krrish Dholakia
|
228da08b81
|
fix: fix tests
|
2024-08-07 15:02:04 -07:00 |
|
Krrish Dholakia
|
57a730095c
|
fix(user_api_key_auth.py): respect team budgets over user budget, if key belongs to team
Closes https://github.com/BerriAI/litellm/issues/5097
|
2024-08-07 14:32:27 -07:00 |
|
Krish Dholakia
|
0044fd0041
|
Merge branch 'main' into litellm_support_lakera_config_thresholds
|
2024-08-06 22:47:13 -07:00 |
|
Krish Dholakia
|
350e4b3830
|
Merge pull request #5057 from BerriAI/litellm_rds_iam_auth
feat(proxy_cli.py): support iam-based auth to rds
|
2024-08-06 10:44:33 -07:00 |
|
Krrish Dholakia
|
99f728b1e5
|
fix(rds_iam_token.py): support sts based auth
|
2024-08-05 21:01:17 -07:00 |
|
Krrish Dholakia
|
4fd583af43
|
fix(user_api_key_auth.py): fix _get_user_role
|
2024-08-05 20:54:27 -07:00 |
|
Krrish Dholakia
|
4ba576724c
|
test: improve debugging for test
|
2024-08-05 19:41:08 -07:00 |
|
Krrish Dholakia
|
24e20718e4
|
feat(proxy_cli.py): support iam-based auth to rds
Initial pr for iam-based auth support for rds
|
2024-08-05 17:35:48 -07:00 |
|
Ishaan Jaff
|
3d8befa655
|
fix get_request_route
|
2024-08-05 10:33:40 -07:00 |
|
Ishaan Jaff
|
7c7c8fe102
|
use get_request_route
|
2024-08-05 10:13:47 -07:00 |
|
Ishaan Jaff
|
9abe55fa86
|
add get_request_route
|
2024-08-05 10:12:34 -07:00 |
|
Krrish Dholakia
|
8fea55ffd7
|
fix(user_api_key_auth.py): handle older user_role's
Fixes issue where older user_role's (e.g. app_user) weren't being recognized. + Adds testing for it
|
2024-08-05 08:57:06 -07:00 |
|
Krrish Dholakia
|
996763af1e
|
fix(user_api_key_auth.py): fix linting errors
|
2024-08-02 16:34:32 -07:00 |
|
Krrish Dholakia
|
cbad9e7502
|
build(ui): allow admin_viewer to view teams tab
Allows admin viewe role to see available teams on proxy ui
|
2024-08-02 16:19:40 -07:00 |
|
Krrish Dholakia
|
f76a4bab49
|
fix(user_api_key_cache): fix check to not raise error if team object is missing
|
2024-07-30 18:25:04 -07:00 |
|
Krrish Dholakia
|
1915adfc2d
|
fix(auth_checks.py): fix redis usage for team cached objects
|
2024-07-30 17:30:00 -07:00 |
|
Ishaan Jaff
|
93f3143dc5
|
Merge pull request #4916 from BerriAI/litellm_fix_ui_login
Feat UI - allow using custom header for litellm api key
|
2024-07-29 17:08:53 -07:00 |
|
Ishaan Jaff
|
59b91c35d7
|
better debugging for custom headers
|
2024-07-29 16:59:15 -07:00 |
|
Krrish Dholakia
|
80c3759719
|
fix(auth_checks.py): handle writing team object to redis caching correctly
|
2024-07-29 07:51:44 -07:00 |
|
Ishaan Jaff
|
5f07afa268
|
feat - check max response size
|
2024-07-27 16:53:00 -07:00 |
|
Ishaan Jaff
|
a18f5bd5c8
|
security - check max request size
|
2024-07-27 16:08:41 -07:00 |
|
Krrish Dholakia
|
2c76524a19
|
build(model_prices_and_context_window.json): add mistral-large on vertex ai pricing
|
2024-07-27 10:37:18 -07:00 |
|