Overview In this blog post, I will demonstrate the Rego walk built-in function. The function’s signature is ‘walk(x, output)'.
It generates [path, value] tuples for all nested documents of x (recursively). Sample Code The sample code is published to Rego Playground. The Rego Playground
When enabled, the Rego compiler has an expanded set of constraints, which will be treated as errors when violated. E.g…play.openpolicyagent.org