kubewarden / policy-evaluator

Crate used by Kubewarden that is able to evaluate policies with a given input, request to evaluate and settings.
Apache License 2.0
15 stars 9 forks source link

Expose host callback that handles log #12

Closed flavio closed 3 years ago

flavio commented 3 years ago

The waPC host should expose a host callback function that receives logging information from the guest.

This is needed to implement https://github.com/kubewarden/policy-server/issues/73

flavio commented 3 years ago

Implemented