Hello everyone, I’m evaluating Keto to use in one of the systems I’ve been developing as an authorization service. I am somewhat aware of the limitations Keto currently has (subject set rewrites etc.). In the system, we have a set of users and we have a requirement to have RBAC-like access control as well as more granular access control such as controlling access to individual objects and resources. these are the questions I have:
1. When integrating keto with a system that already has a user base, do we have to create relation tuples of every user to reflect every default permission a user has?
2. Does Keto support connecting to an existing userstore (ex: LDAP) when building permission models?