OPA Plugin
An env0 plugin that executes the Open Policy Agent engine
Overview
This plugin executes the Open Policy Agent engine (aka the opa
CLI) and lets you easily integrate policy enforcements within your env0 deployments.
The plugin will install the opa
binary and execute its opa eval
command
For more information, check out the OPA Plugin git repository.
Inputs
To use the OPA plugin, you need to pass the following inputs:
path
(Required) - the path to your bundle directory (the root folder is your project's root folder)query
(Required) - a query to eval with opa evalflags
- a string containing additional flags as one string
Updated about 2 years ago