I'm playing around a bit with the zed CLI, and I'm...
# spicedb
p
I'm playing around a bit with the zed CLI, and I'm not sure if I'm just using it wrong or if there's a bug in `permission lookup`; the gRPC service spec says the response should be a repeated string, but the actual response ends up being just a single resource, which changes. So in my sample, I have access to two resources through a relation (user attached to a company, company attached to two things), and I'd expect to get both listed. Instead, half the responses come back with ID 1, and the others with ID 2