I'm trying to use either the `remote` or `remote_j...
# talk-oathkeeper
b
I'm trying to use either the
remote
or
remote_json
authorizer together with Open Policy Agent decisions. But I fail to either make #oathkeeper treat an empty response as a
forbidden
decision or make OPA convert an empty response into a 403 status code. Any solution or work around to that?
b
I'm doing the same thing (using OPA). The workaround I had for several things is to create an endpoint on my backend which normalizes responses to what Oathkeeper needs, and configuring the remote json authorizer to point there instead of directly at OPA. It'll be nice once they support OPA directly.