Second question: are there any plans for a `Lookup...
# spicedb
b
Second question: are there any plans for a
LookupPermissions
endpoint to finish off the triad of lookups for tuples? Use case: I have a
document
type with
manage
,
edit
and
view
permissions on it that users can get either directly or via other means (parent folder, roles, superadmin, etc), and there is a hierarchy (manage implies edit and edit implies view). For a given user and a given document I am trying to determine all the actions they can take on that document without having to call
Check
3 times for the 3 different permissions