We’re adding permission management to
# spicedb
m
We’re adding permission management to our company’s system using SpiceDB. Instead of calling ReadRelationships for each individual relation, is there a way to pull back a large number of relations in one go?
y
what's the use case that you're trying to drive?
j
if the rels are all in the same definition, you can not give the relation name and it will return all those matching the definition + object_id
3 Views