File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/my-website/docs/proxy Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -393,14 +393,14 @@ model_list:
393393general_settings:
394394 enable_jwt_auth: True
395395 litellm_jwtauth:
396- team_id_jwt_field: "client_id"
396+ team_id_jwt_field: "client_id" # 👈 set the field in the JWT token that contains the team id
397397 team_id_upsert: true # 👈 upsert the team to db, if team id is not found in db
398398 scope_mappings:
399399 - scope: litellm.api.consumer
400400 models: ["anthropic-claude"]
401401 - scope: litellm.api.gpt_3_5_turbo
402402 enforce_scope_based_access: true # 👈 enforce scope-based access control
403- enforce_rbac: true
403+ enforce_rbac: true # 👈 enforces only a Team/User/ProxyAdmin can access the proxy.
404404```
405405
406406#### Scope Mapping Spec
You can’t perform that action at this time.
0 commit comments