lively-beard-47107
03/24/2022, 1:50 PM504 Gateway Time-out
error when we are trying to check a relation which object
+ relation
exists, but they are not related to the asked subject_id
.
So, we are at the point when we have:
{
"namespace": "permissions",
"object": "john",
"relation": "view",
"subject_id": "ann"
}
Asking Keto if the following relation exist:
{
"object": "john",
"relation": "view",
"subject_id": "ann"
}
responds with 200
{
"object": "john",
"relation": "delete",
"subject_id": "ann"
}
responds with 403
{
"object": "john",
"relation": "view",
"subject_id": "ben"
}
responds with 504steep-lamp-91158
lively-beard-47107
03/24/2022, 3:07 PMsteep-lamp-91158
lively-beard-47107
03/24/2022, 3:11 PMsteep-lamp-91158
high-optician-2097