Hello,
I build my bundle with ocp and create a local archive. When I extract the archive I checked the manifest and it does not contain many of the roots that I have in my policies. If I try to start opa with that bundle, it tells me:
error: load error: bundle /bundles/mybundle.tar.gz: manifest roots [ roots ... ] ] do not permit 'package some.package in module '/dir/jpolicies/my_policy.rego'
If I run opa with --ignore=.*, then opa can start.
Hello,
I build my bundle with ocp and create a local archive. When I extract the archive I checked the manifest and it does not contain many of the roots that I have in my policies. If I try to start
opawith that bundle, it tells me:If I run
opawith--ignore=.*, then opa can start.