Hi @channel Is it possible to query multiple relat...
# talk-keto
t
Hi @channel Is it possible to query multiple relation tuples at once in keto server ? where I'll provide a list of relations in request body and then get in response all the statuses of tuples in respective manner
Copy code
[
  {
    "id": 1
    "allowed": True
  },
  ...
  {
    "id": n
    "allowed": False
  }
]
s
t
Okay @steep-lamp-91158 , when can we expect this to be live on production ?
s
there is currently no effort to implement this
t
@steep-lamp-91158 Any plans in future to implement this or shall we look for some other ways to achieve this ?
s
the current workaround is to do multiple check calls
as described in the issue
we would like to have that, but 🤷 when
t
Okay Thanks @steep-lamp-91158 for the update