fleet/changes/42881-api-endpoints-initial-models
Juan Fernandez 3df6449426
API endpoints initial models (#42881)
**Related issue:** Resolves #42881

- Added user_api_endpoints table to track per user API endpoint
permissions.
- Added service/api_endpoints, used to handle service/api_endpoints.yml
artifact.
- Added check on server start that makes sure that
service/apin_endpoints.yml is a subset of router routes.
2026-04-07 10:40:39 -04:00

2 lines
No EOL
224 B
Text

* Added user_api_endpoints table to track per-user API endpoint permissions.
* Added startup validation that panics if any route declared in service/api_endpoints.yml is not registered in the router.