**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
224 B
Plaintext
2 lines
224 B
Plaintext
* 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. |