mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
Litellm stable UI 02 17 2025 p1 (#8599)
* fix(key_management_endpoints.py): initial commit with logic to get all keys for teams user is an admin for * fix(key_managements_endpoints.py): return all keys for teams user is an admin for * fix(key_management_endpoints.py): add query param to ensure user opts into seeing all team keys (not just their own) * fix(regenerate_key_modal.tsx): fix key regenerate * fix(proxy_server.py): fix model metrics check on none api base * test(test_key_generate_prisma.py): remove redundant test * test(test_proxy_utils.py): add unit test covering new management endpoint helper util * fix: fix test * test(test_proxy_server.py): fix test
This commit is contained in:
parent
9826f76288
commit
18bc9ddd3d
10 changed files with 277 additions and 121 deletions
|
@ -2176,6 +2176,7 @@ export const keyListCall = async (
|
|||
}
|
||||
|
||||
queryParams.append('return_full_object', 'true');
|
||||
queryParams.append('include_team_keys', 'true');
|
||||
|
||||
const queryString = queryParams.toString();
|
||||
if (queryString) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue