This repository holds integrations, examples, and proof-of-concepts that work with the Open Policy Agent (OPA) project.
For a comprehensive list of integrations, see the OPA ecosystem page.
If you have built an integration, example, or proof-of-concept on top of OPA that you would like to release to the community, feel free to submit a Pull Request against this repository. Please create a new top-level directory containing:
Most integrations include a top-level Makefile with two targets:
build
- compiles/lints/tests the integrationpush
- builds the integration and publishes artifactsMany of the integrations produce one or more Docker images. These Docker images can be pushed to the hub.docker.com/u/openpolicyagent repository (assuming you are authorized.)
The Makefile in this directory contains build
and push
targets to build and push all integrations.