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
Introduce a validate method in the PolicyEngine for policies validation.
The validate will take a Policy in input and it will check whenever the policy might contains some
not handled properly by the PolicyEngine within a configuration.
Those checks can be for example:
an action of a rule is not bound in the RuleBindingRegistry to any scope.
an atomic constraint left operand is not bound to any functions
The text was updated successfully, but these errors were encountered:
Feature Request
Introduce a
validate
method in thePolicyEngine
for policies validation.The validate will take a
Policy
in input and it will check whenever the policy might contains somenot handled properly by the
PolicyEngine
within a configuration.Those checks can be for example:
action
of a rule is not bound in theRuleBindingRegistry
to any scope.The text was updated successfully, but these errors were encountered: