istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Create an Open Policy Agent adapter. #1178

Open mangchiandjjoe opened 6 years ago

mangchiandjjoe commented 6 years ago

OPA is a lightweight general-purpose policy engine that can be co-located with your service. You can integrate OPA as a sidecar, host-level daemon, or library.

Services offload policy decisions to OPA by executing queries. OPA evaluates policies and data to produce query results (which are sent back to the client). Policies are written in a high-level declarative language and can be loaded into OPA via the filesystem or well-defined APIs.

This adapter integrates OPA GO library and supports Check function.

guptasu commented 6 years ago

@mangchiandjjoe Are we planning to land this for 0.2 ? Consider adding the Milestone field