Using the RBAC with resources model, how do people usually implement a matcher to allow a sub/user to allow any action (anything of read, write, create, delete, etc...) on any object?
I have certainly seen a matcher where the request sub is a particular user.