plain-city-56327
08/02/2023, 11:55 AMListReationTuples
are getting tuples of cross namespace
Example
Namespace : users
Tuples :
Sub : user_1
, Relation : admin
, Obj : Platform_1
Namepsace: Library
Tuples :
Sub: users:Platform_1#admin
, Relation: Owner
, Obj: Book_1
In ListRelationTuples
Request with following parameters Namespace: Library , Sub: user_1 , Relation : Owner
, returns empty list
But I Expected to get Book_1
How to achieve it ?
In the Keto Docs
https://www.ory.sh/docs/keto/guides/list-api-display-objects#listing-objects
I see example shows withing same namespace, Is it possible list relation tuples from different namespace ?