You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(BA-2476): add RBAC validators to project action processors
Add RBAC validators to ScopeActionProcessor and SingleEntityActionProcessor
for project-related actions in the group service.
Changes:
- Pass validators.rbac.scope to ScopeActionProcessor for:
- create_group, search_projects_by_domain, search_projects_by_user
- Pass validators.rbac.single_entity to SingleEntityActionProcessor for:
- modify_group, delete_group, purge_group, get_project
- Internal/admin actions (usage_per_month, usage_per_period, search_projects)
remain on plain ActionProcessor without RBAC validators
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments