Skip to content

Draft: attempt to fix policy http blocking issue

Shane Hutchins requested to merge httpfix into master

Policy Service handles some http calls to opa as synchronous. This makes calls where http calls in policies become asynchronous.

  • This required a rewrite of parts of eval, translate and underlying OPA module
  • Also a bugfix for compile

To address: #99 (closed)

Merge request reports