mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
84778e203d
When an plugin http handler or some other mechanism wants to do rego evaluations, too, it's beneficial to share the caches with the server. This change introduces two new hook types to allow retrieving those caches during server startup. Signed-off-by: Stephan Renatus <stephan@styra.com>