mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 13:37:30 +00:00
**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.
2 lines
No EOL
224 B
Text
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. |