Hey everyone! I am trying to authorize my requests...
# talk-keto
l
Hey everyone! I am trying to authorize my requests to oathkeeper via Keto, so I have added "keto_engine_acp_ory" to authorizer to my oathkeeper config. The request to check permissions indeed goes to the keto server, but it hits
/engines/acp/ory/regex/allowed
endpoint and receives a 404 error. Seems like this particular endpoint just doesn't exist. Has anyone faced this issue before? Will appreciate any help. Oathkeeper configuration and versions of ory products are in the thread below.
1) authorizer: handler: keto_engine_acp_ory config: base_url: http://keto:4466 required_action: read required_resource: /admin
2) Keto version: v0.11.1-alpha.0 Oathkeeper version: v0.40
s
The Keto handler in Oathkeeper only supports an old version of Keto, you have to use the
remote_json
authorizer instead
l
Oh, okay got it!