/opa-partial-eval

Parsing the partially applied OPA results

Primary LanguageKotlin

Open Policy Agent Compile API to SQL

Parsing the OPA Compile API Response to generate SQL

Running local OPA server with test policies

Download the opa command-line tool from here: https://www.openpolicyagent.org/docs/v0.11.0/get-started/#prerequisites

$ ./opa run -s -b ~/<your dev directory>/opa-partial-eval/src/test/resources/policies/

Then run the tests

./gradlew build