mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-18 06:21:35 -06:00
ee7f12357c
This commit updates the internal/ref package to support periods in decision paths. This allows the opa build command to specify entrypoints with periods in them (eg., foo/bar.baz/qux). This change also improves the decision logger and HTTP server that rely on internal/ref to parse mask, authorization, and default decision paths (respectively). Signed-off-by: Torin Sandall <torinsandall@gmail.com>