mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
510c5ce77e
Previously, the decision logger interface did not allow plugin implementations to return an error. In some cases, implementations may prefer to make OPA fail-closed if the event cannot be emitted. This is a backwards incompatible change to the custom decision logger API that was added in v0.10.3 and it deprecates the old diagnostic interface as well. Signed-off-by: Torin Sandall <torinsandall@gmail.com>