networkservicemesh / sdk

Apache License 2.0
33 stars 36 forks source link

Add support for requesting a remote HTTP OPA micro service to perform the evaluation. #52

Open fkautz opened 4 years ago

fkautz commented 4 years ago

Support for embedding OPA was added with #40. Supporting a remote OPA evaluation engine will be useful.

edwarnicke commented 4 years ago

Why not just use the OPA management API to distribute policy bundles? Keep evaluation local and super fast/low latency 😀

denis-tingaikin commented 2 years ago

@fkautz, @edwarnicke This seems actual to discuss. Do you have any updates?