This repository was archived by the owner on Sep 14, 2024. It is now read-only.

Description
Current OPA versions have dramatically improved policy readability with keywords like if
and contains
, and improved modularity with import
. Other nice-to-haves include builtin type checks like is_string
, tests, etc. Adopting some of these would greatly improve the rego-interpreter-java experience.