jblazek / opa-contrib

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

Home Page:http://www.openpolicyagent.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Policy Agent - Contributions

This repository holds integrations, examples, and proof-of-concepts that work with the Open Policy Agent (OPA) project.

Examples and Integrations

For a comprehensive list of integrations, see the OPA ecosystem page.

Contributing

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:

  • A README.md explaining what your integration does
  • A Makefile to build your integration

Building and Releasing

Most integrations include a top-level Makefile with two targets:

  • build - compiles/lints/tests the integration
  • push - builds the integration and publishes artifacts

Many 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.

About

Integrations, examples, and proof-of-concepts that are not part of OPA proper.

http://www.openpolicyagent.org/

License:Apache License 2.0


Languages

Language:Go 34.7%Language:Python 19.4%Language:Open Policy Agent 14.4%Language:C 9.9%Language:Shell 4.9%Language:Makefile 3.6%Language:Dart 2.8%Language:Lua 2.6%Language:Java 2.1%Language:HTML 1.9%Language:Dockerfile 1.8%Language:Scala 1.5%Language:JavaScript 0.5%