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:
derhornspieler 2026-08-29 16:03:34 -04:00
parent 0455cb46c5
commit a7ed6003f6

View file

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