Gatekeeper DOOP
Per-cluster components of DOOP for OPA Gatekeeper. Runs alongside the gatekeeper operator on every managed cluster:
doop-analyzersubscribes to Gatekeeper audit reports, deduplicates violations via merging rules, and uploads the aggregate to an OpenStack Swift container that the centraldoop-apiplugin then serves.doop-image-checkeris an HTTP service called by Rego policies (viahttp.send) to check container image vulnerability and provenance against a container registry that exposes the required metadata.helm-manifest-parseris an HTTP service that decodes Helm release Secret blobs into JSON so policies can reason about Helm-managed resources.
Install the gatekeeper PluginDefinition first; gatekeeper-doop should be installed with Plugin.spec.waitFor referencing it. Policies that call image-check.rego or helm-release.rego require disabledBuiltins on the gatekeeper plugin to be set to [] so http.send is available.