opa-envoy-plugin
opa-envoy-plugin copied to clipboard
Refactor creation of prepared queries
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.