sebo1976_62078
03/05/2024, 2:02 PMLookupResources
is nice (thank you). Yet I'm not quite sure how to best use it in the following type of scenarios. An API should return all object (e.g. documents) that a given user is permitted to access AND which satisify a certain criteria (e.g. the document name starts with an "A"). In this case, I assume I'd need to intersect results (documents starting with an "A" (retrieved from some RDBMS) AND permitted documents (retrieved from spicedb)). Now, both "sides" may return very large sets and the intersection could still be empty. How is this usually handled?