You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hi I need some help with keto self hosted. After setting up my keto container I serve it the keto yaml file:
To my docker compose:
And I start the service with this shell:
But whenever I run:
keto relation-tuple parse /etc/config/keto/policies.rts --format json | keto relation-tuple create - --insecure-disable-transpo rt-security --write-remote 127.0.0.1:4467I get the following issue:
Error doing the request: rpc error: code = NotFound desc = The requested resource could not be found
I have no idea why because I followed the online guides as best as I could. What am I doing wrong.
All reactions