33255e823f1a0ceab0bf127227d8c31246183701
Add _assertPermission() that checks role_permissions table for specific permission keys (super_admin bypasses). Wire it into CreateRole (rbac:roles:create), UpdateRole (rbac:roles:update), and DeleteRole (rbac:roles:delete). Previously only the coarse can_manage role check was enforced, making the permission grants in role_permissions purely cosmetic for these endpoints.
Description
No description provided
Languages
Python
89%
PLpgSQL
9.8%
Shell
0.9%
JavaScript
0.3%