File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 49
49
from litellm .proxy .auth .handle_jwt import JWTAuthManager , JWTHandler
50
50
from litellm .proxy .auth .oauth2_check import check_oauth2_token
51
51
from litellm .proxy .auth .oauth2_proxy_hook import handle_oauth2_proxy_request
52
- from litellm .proxy .auth .service_account_checks import service_account_checks
53
52
from litellm .proxy .common_utils .http_parsing_utils import _read_request_body
54
53
from litellm .proxy .utils import PrismaClient , ProxyLogging
55
54
from litellm .types .services import ServiceTypes
@@ -905,12 +904,6 @@ async def _user_api_key_auth_builder( # noqa: PLR0915
905
904
else :
906
905
_team_obj = None
907
906
908
- # Check 7: Check if key is a service account key
909
- await service_account_checks (
910
- valid_token = valid_token ,
911
- request_data = request_data ,
912
- )
913
-
914
907
user_api_key_cache .set_cache (
915
908
key = valid_token .team_id , value = _team_obj
916
909
) # save team table in cache - used for tpm/rpm limiting - tpm_rpm_limiter.py
You can’t perform that action at this time.
0 commit comments