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
Refactor to match Go Casbin implementation pattern
- Add getDomains and getAllDomains methods to RoleManager interface
- Implement methods in DefaultRoleManager following Go pattern
- Update Enforcer to call RoleManager methods (not ManagementEnforcer)
- Add rbac_with_domains_policy2.csv test file matching Go Casbin
- Update tests to match Go Casbin test patterns and naming
- Filter out default domain when other domains exist
Co-authored-by: mserico <140243407+mserico@users.noreply.github.com>
0 commit comments