Provide a configurable limit for variable and nested rules
Ensure that policies are no so expressive that they cause problems
for stacks with limited recursion depths. The limit defaults to 100.
This change also makes a critical fix to support conditionally nested
rules. Previously the condition was being omitted during composition.
Provide a configurable limit for variable and nested rules
Ensure that policies are no so expressive that they cause problems for stacks with limited recursion depths. The limit defaults to 100. This change also makes a critical fix to support conditionally nested rules. Previously the condition was being omitted during composition.
Closes #972