From 28545966f54dd5a0409d25f5dd2c7a9cb0803d28 Mon Sep 17 00:00:00 2001 From: Teddy Amkie Date: Fri, 5 Sep 2025 14:37:56 -0700 Subject: [PATCH] docs: update access control and load balancing documentation --- docs/my-website/docs/proxy/access_control.md | 2 +- docs/my-website/docs/proxy/load_balancing.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/proxy/access_control.md b/docs/my-website/docs/proxy/access_control.md index 69b8a3ff6de..4ca3eb119d6 100644 --- a/docs/my-website/docs/proxy/access_control.md +++ b/docs/my-website/docs/proxy/access_control.md @@ -4,7 +4,7 @@ Role-based access control (RBAC) is based on Organizations, Teams and Internal U - `Organizations` are the top-level entities that contain Teams. - `Team` - A Team is a collection of multiple `Internal Users` -- `Internal Users` - users that can create keys, make LLM API calls, view usage on LiteLLM +- `Internal Users` - users that can create keys, make LLM API calls, view usage on LiteLLM. Users can be on multiple teams. - `Roles` define the permissions of an `Internal User` - `Virtual Keys` - Keys are used for authentication to the LiteLLM API. Keys are tied to a `Internal User` and `Team` diff --git a/docs/my-website/docs/proxy/load_balancing.md b/docs/my-website/docs/proxy/load_balancing.md index 2d8f73a13e4..8bfaf4add50 100644 --- a/docs/my-website/docs/proxy/load_balancing.md +++ b/docs/my-website/docs/proxy/load_balancing.md @@ -123,9 +123,8 @@ curl --location 'http://0.0.0.0:4000/chat/completions' \ ] }' ``` - - + ### Test - Loadbalancing