mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
ab1454129f
Similar to how https://github.com/open-policy-agent/opa/pull/5596 allowed streaming JSON in the response, do the same for the request. This has potentially bigger benefits, as the incoming request is commonly larger than the response (admission control, terraform, etc). Signed-off-by: Anders Eknert <anders@styra.com>