We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Equals and LessThan support to allow for policy condition expression evaluation in Policy-OPA and other dependent project.
When a condition expression is parsed into an AST, the operand values are now expressed as Value and ComparableValue interfaces.
The text was updated successfully, but these errors were encountered:
Issue #71, Support for condition operand Value and ComparableValue
576a66c
Issue #71, Change interface of Array values to ComparableValue
acf32ec
d01e87a
Signed-off-by: Phil Hunt <phil.hunt@independentid.com>
c309512
502bb24
34745b0
independentid
No branches or pull requests
Add support for Equals and LessThan support to allow for policy condition expression evaluation in Policy-OPA and other dependent project.
When a condition expression is parsed into an AST, the operand values are now expressed as Value and ComparableValue interfaces.
The text was updated successfully, but these errors were encountered: