-
-
Notifications
You must be signed in to change notification settings - Fork 347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keto patch relation tuple REST API panic rather than return bad request for wrong input. #706
Comments
Could not reproduce with current master. I added test cases that should cover your case in #717. Comment and reopen if the issue still persists. |
@counter2015 try
|
I found that I uploaded a wrong schema. |
So the excat problem is that it should return 400 rather than 500 for wrong input. [
{
"action": "insert",
"namespace":"role",
"object":"super-admin",
"relation":"member",
"subject":"role:company-admin"
}
] I have not compile |
I see, will add a case with the raw JSON then. |
see also: #701
Describe the bug
Keto patch relation tuple REST API does not work
Reproducing the bug
Steps to reproduce the behavior:
Server logs
Server configuration
docker-compose.yaml
Expected behavior
It should work.
Environment
The text was updated successfully, but these errors were encountered: