mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
3410d491b9
This changes to detect bundle root conflicts when "activating" a bundle. The bundle in question will go into an error state and be prevented from loading its data or policies. If multiple bundles are being used, and one didn't define roots or have a manifest (ie they claim all roots), it will conflict with all other bundles and raise errors. **Note: This does NOT affect bundles loaded from CLI with --data** Fixes: #1635 Signed-off-by: Patrick East <east.patrick@gmail.com>