mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
chore(terraform): allowlist the credential JWKS endpoint in the coverage audit
GET /credentials/{credential_name}/jwks serves the public key set of an internal
issuer credential for the Add Provider wizard, a derived read-only view rather
than Terraform-managed state.
This commit is contained in:
parent
0455cb46c5
commit
a7ed6003f6
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ GET /user/spend/report
|
|||
|
||||
# Admin UI helper endpoints; serve UI forms and caller-scoped views, not desired state
|
||||
GET /budget/settings
|
||||
GET /credentials/{credential_name}/jwks
|
||||
GET /router/fields
|
||||
GET /guardrails/ui/add_guardrail_settings
|
||||
GET /guardrails/ui/category_yaml/{category_name}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue