mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-13 03:42:35 -06:00
1db3023d45
Previously paths and queries were modelled with the same attribute. This was going to cause headaches down the road for decision log consumers that need to be able to deal with both kinds of policy invocations. As part of these changes, the decision logging test in the server has been refactored to make it a bit more maintainable. Signed-off-by: Torin Sandall <torinsandall@gmail.com>