srolevink
08/05/2022, 7:22 AMdefinition a {
relation rights: a_rights
relation b: b
relation c: c
relation d: d
permission view = rights->viewer & b->view & c->view & d->view
permission manage = view & rights->manager
}
definition a_rights {
relation viewer: user_role#holder
relation manager: user_role#holder
}
The LookupResources call is done when we ask spicedb for the permission manage
of a instance of a
. How can this lead to a timeout, even with a very limited amount of data?