Help with Policies not loading from bundle #574
-
so, the application or writing needs to generate bundles on the fly and i've manage to get this far as generating it, so the bundle .manifest
allow.rego
so, When Loading via the endpoint
so it does query the endpoint, and retrieve the bundle, and as some sort of checking since it does complain about package the package is not been specified in manifest, however I think I got it into a working state, where the docker logs
The however when i query
but If I
the policie it work and shows up in the policies at /v1/policies so Something in a bundle is causing out to be loaded properly and I can't tell what it is? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
What does your discovery policy bundle look like? Also turn on debug logging to see more logs that can help with the invstigation. |
Beta Was this translation helpful? Give feedback.
So you can either have a configuration for using a (simple) bundle: config + docs
Or you can use a discovery bundle if you need more flexibility: config + docs
If you don't have a need for that, don't use a discovery bundle.