You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Current OPA versions have dramatically improved policy readability with keywords like
ifandcontains, and improved modularity withimport. Other nice-to-haves include builtin type checks likeis_string, tests, etc. Adopting some of these would greatly improve the rego-interpreter-java experience.