quick-television-68271
10/27/2022, 1:16 PMI have a book Collection which we can describe as:
message Book {
string title = 1;
string Author = 2;
}
I am the owner of this book but I can also share my book with a list of users or in a group and all those informations are stored in KETO.
So now i would like to list the 10 last books owned by me or shared with me which contain a "t" in the title.
Client ----> Envoy ----> gRPC Service -----> MongoDB
|
|----> Keto (manage Access Control of documents stored in MongoDB)
I am pretty sure there is a missing piece in the middle but I cannot see how to resolve this problem, so 2 options:
• we are completly dumb or blind or we have some comprehension issues with the techno
• Keto was not designed to solve this problem
Thank you very much for your help :)steep-lamp-91158
quick-television-68271
10/27/2022, 1:40 PMsteep-lamp-91158