Quick question if anyone has an answer while I am ...
# spicedb
b
Quick question if anyone has an answer while I am researching that would be great. We have relation groups and are able to successfully assign users to those groups. Permissions are based upon what group a user is in. We want to also have the functionality to be able to add a specific permission to a user on top of their group for customizability. What would the schema look like to be able to give a user a permission on top of their group? For example we have definition user {} definition platform{ relation admin: user relation support: user permission read_logs = admin permission create_facility = support + admin } How can I assign a user to support group but then also give them the option to assign that same user to read_logs without adding them to the admin group?
3 Views