Hey there! I've the following question regarding o...
# talk-oathkeeper
s
Hey there! I've the following question regarding oathkeeper-keto implementation. Let's consider the following use case: A user wants to edit/create a relationship in ory keto. In order to do so, the request goes through the oathkeeper, right? The othkeeper rule oryketowrite would first check against keto if the user is allowed to send requests to keto-write/admin/relation-tuples. If it it's allowed, the request should then proceed to keto-write. However, this endpoint needs to receive some data. And this is the data that we need to be forwarded as welll but isn't forwarderd. So, from what I see oathkeeper wouldn't be a solution to protect keto write endpoint Is there a way to make oathkeeper to forward the payload as well?
Has anyone faced a similar issue? We've been trying to sort this out for a while without much success sadkek