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
The declarative_authorization plugin offers an authorization mechanism inspired by RBAC. The most
notable distinction to existing authorization plugins is the declarative
authorization approach. That is, authorization rules are not programmatically
in between business logic but collectively in an authorization configuration.
Have a look at the plugin README for detailed information.