mirror of
https://github.com/open-policy-agent/opa.git
synced 2026-08-12 19:32:48 -06:00
7ea3ee034b
Currently the namespace for partially evaluated files in an optimized bundle cannot be modified. As a result if more than one optimized bundle is loaded in OPA, a root conflict error would occur as the optimized bundles have a root called "partial" automatially added to their manifest. This change allows the namespace to be configured via the build command. Fixes: #5933 Signed-off-by: Ashutosh Narkar <anarkar4387@gmail.com>