We are running a kubernetes cluster with nginx controller. Now we want to add oathkeeper as a policy decision point.
Is it possible to use mutators in this case? How can I tell nginx to transform the request header?
If this is not possible how can I add oathkeeper as a proxy in between nginx and my actual webservice (deployment)? I would prefer to run only one instance of oathkeeper. But I think I'm this case I would need to deploy oathkeeper as a sidecar. :/
late-france-48187
06/21/2022, 7:22 AM
Found this in the docs:
The Access Control Decision API will return the mutated result as the HTTP Response.
This might be something that I can grab with nginx to modify the original request.