opa-envoy-plugin icon indicating copy to clipboard operation
opa-envoy-plugin copied to clipboard

Refactor creation of prepared queries

Open mjungsbluth opened this issue 4 months ago • 2 comments

Before this refactoring only the PreparedQuery options could be passed when using this plugin as a library. There are two more options (prepare options and evaluation options) that can be passed when using the OPA library directly.

This change breaks the interface but also allows for extensibility of creating the prepared queries in the future.

mjungsbluth avatar Oct 14 '24 09:10 mjungsbluth