Open Policy Agent

No Change
adopt
First Added:June 12, 2026 Updated: July 2, 2026

Open Policy Agent. We adopt it under Tool in the garden.

Summary

What it is: Policy decision point with Rego language, bundle distribution, and integrations as sidecar, admission webhook, or CLI library.

When to use: Same policy must run in CI (Conftest), admission (Gatekeeper), and API authorization layers.

When to skip: Trivial one-off checks better served by CEL native validation or linters without Rego ops.

Key features: opa test, bundle signing, decision logs, WASM compilation for embedded checks.

Details

TopicNotes
RunnersConftest for files on disk; Gatekeeper for live cluster admission
PracticeVersion policy bundles; test Rego in CI; avoid unbounded policy complexity

References