Self-hosting keto returns "404 Page Not Found" when running a permission check #1510
Open
5 tasks done
Labels
bug
Something is not working.
Preflight checklist
Ory Network Project
No response
Describe the bug
Deploying keto to Docker container and trying to hit it with GET verb on
localhost:4466/relation-tuples/check/
to check permissions, I'm getting weird HTTP code 404 with text body: "404 Not Found". When using the Ory Network with the same path -https://blissful-leavitt-njmmzsufwj.projects.oryapis.com/relation-tuples/check/
I'm getting either allowed or not allowed in JSON format, regardless if the namespace or any other query parameter is found or not.Another interesting fact is the the write API works on localhost:4467. I can create tuples. Also, GET on localhost:4466/relation-tuples/` dumps the database. So, keto service is up and running. But it can't check permissions.
Reproducing the bug
Relevant log output
Relevant configuration
Version
latest
On which operating system are you observing this issue?
macOS
In which environment are you deploying?
Docker Compose
Additional Context
No response
The text was updated successfully, but these errors were encountered: