mitgliederverwaltung/test/mv/authorization
Moritz 4d3a64c177
Add Role resource policies (defense-in-depth)
- PermissionSets: Role read :all for own_data, read_only, normal_user; admin keeps full CRUD
- Role resource: authorizers and policies with HasPermission
- Tests: role_policies_test.exs (read all, create/update/destroy admin only)
- Fix existing tests to pass actor or authorize?: false for Role operations
2026-02-04 14:07:38 +01:00
..
checks Remove NoActor module, improve Member validation, update docs 2026-01-24 11:59:18 +01:00
actor_test.exs Fix tests: Add missing actor parameters to Ash operations 2026-01-24 02:21:09 +01:00
permission_sets_test.exs MembershipFeeCycle: own_data read :linked via bypass and HasPermission scope 2026-02-04 09:20:10 +01:00
role_policies_test.exs Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00
role_test.exs Add Role resource policies (defense-in-depth) 2026-02-04 14:07:38 +01:00