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

Configurable policy definition validation #4619

Closed
wolf4ood opened this issue Nov 12, 2024 · 0 comments · Fixed by #4621
Closed

Configurable policy definition validation #4619

wolf4ood opened this issue Nov 12, 2024 · 0 comments · Fixed by #4621
Labels
enhancement New feature or request

Comments

@wolf4ood
Copy link
Contributor

Feature Request

Currently we validate the JsonObject of the policy definition using the Validator pattern when creating and updating the policy definition. The Validator only validates the structure of the json input.

Recently we introduced a set of API in order to validate and get the execution plan of a given policy within a scope.
#4422

Would be cool to plug the validator optionally when creating and updating the policy definition for a stricter validation
based on the configured PolicyEngine

Which Areas Would Be Affected?

e.g., DPF, CI, build, transfer, etc.

Why Is the Feature Desired?

Are there any requirements?

Solution Proposal

If possible, provide a (brief!) solution proposal.

@wolf4ood wolf4ood added the feature_request New feature request, awaiting triage label Nov 12, 2024
@github-actions github-actions bot added the triage all new issues awaiting classification label Nov 12, 2024
@wolf4ood wolf4ood added enhancement New feature or request and removed triage all new issues awaiting classification feature_request New feature request, awaiting triage labels Nov 13, 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