mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
fix(terraform): refresh jwt key mapping allowlist entries now that the resource is merged (#38720)
Co-authored-by: yassin <yassin@berri.ai> Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
f7fb3694f8
commit
cbdaa3b153
1 changed files with 1 additions and 5 deletions
|
|
@ -117,6 +117,7 @@ DELETE /config/pass_through_endpoint # known gap: pass-through endp
|
|||
POST /config/pass_through_endpoint/{endpoint_id} # known gap: pass-through endpoint resource
|
||||
GET /config/pass_through_endpoint/team/{team_id} # known gap: pass-through endpoint resource
|
||||
GET /vector_store/list # known gap: plural vector stores data source
|
||||
GET /jwt/key/mapping/list # known gap: plural jwt key mappings data source
|
||||
GET /customer/info # known gap: litellm_customer resource
|
||||
GET /customer/list # known gap: litellm_customer resource
|
||||
POST /customer/new # known gap: litellm_customer resource
|
||||
|
|
@ -125,8 +126,3 @@ POST /customer/delete # known gap: litellm_customer
|
|||
GET /team/{team_id}/callback # known gap: team callback resource
|
||||
POST /team/{team_id}/callback # known gap: team callback resource
|
||||
DELETE /team/{team_id}/callback/{callback_name} # known gap: team callback resource
|
||||
GET /jwt/key/mapping/info # known gap: litellm_jwt_key_mapping, in review (PR #36096)
|
||||
GET /jwt/key/mapping/list # known gap: litellm_jwt_key_mapping, in review (PR #36096)
|
||||
POST /jwt/key/mapping/new # known gap: litellm_jwt_key_mapping, in review (PR #36096)
|
||||
POST /jwt/key/mapping/update # known gap: litellm_jwt_key_mapping, in review (PR #36096)
|
||||
POST /jwt/key/mapping/delete # known gap: litellm_jwt_key_mapping, in review (PR #36096)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue