istio-ecosystem / wasm-extensions

Contains miscellaneous Wasm extensions for Istio
Apache License 2.0
105 stars 34 forks source link

Add open policy engine Wasm extension #8

Open bianpengyuan opened 3 years ago

bianpengyuan commented 3 years ago

This is to track adding an OPA Wasm extension, which extracts a small set of request attributes and sends out to an OPA policy engine. It will also have result cache built in. This goal of this extension is to demonstrate Wasm extension as a call out policy check extension point. The extensions needs to have unit test converage, integration test, and documentation about how to customize it to fit bespoke needs.

bianpengyuan commented 3 years ago

@richardwxn