Skip to content
New issue

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 policies validation in PolicyEngine #4423

Closed
Tracked by #4422
wolf4ood opened this issue Aug 21, 2024 · 0 comments · Fixed by #4428
Closed
Tracked by #4422

Add policies validation in PolicyEngine #4423

wolf4ood opened this issue Aug 21, 2024 · 0 comments · Fixed by #4428
Assignees
Labels
enhancement New feature or request

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Aug 21, 2024

Feature Request

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
@wolf4ood wolf4ood added feature_request New feature request, awaiting triage triage all new issues awaiting classification enhancement New feature or request and removed feature_request New feature request, awaiting triage triage all new issues awaiting classification labels Aug 21, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Aug 21, 2024
@wolf4ood wolf4ood self-assigned this Aug 21, 2024
@wolf4ood wolf4ood removed the triage all new issues awaiting classification label Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant