Torin Sandall
Torin Sandall
I expected this policy to compile: ```rego package play import rego.v1 p[x].foo.bar if { x := "a" not p[x].foo.baz } p[x].foo.baz if { x := "a" false } ``` But...
It's often necessary to select a nested field out of a document but fallback to a default value if the referenced field is undefined. In the past users could write...
Currently we have subpackages, package, document, and rule scoped annotations. These each of their own valid use cases however none of them are ideal for applying annotations to all nodes...
OPA currently allows users to set the schema for input and data paths via the schemas annotation. This example says that `input.foo` is an object with a property `bar` that...