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:
devin-ai-integration[bot] 2026-08-28 17:22:22 -07:00 committed by GitHub
parent f7fb3694f8
commit cbdaa3b153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)