Skip to content

Draft: Improve yaml validation on frontend

Artur Fedorov requested to merge 470868-policies-improve-yaml-validation into master

What does this MR do and why?

The code changes are related to a security orchestration feature. They introduce a new validation mechanism for YAML files, which are used to define security policies. The new validation ensures that the YAML files conform to a specific schema, and provides more helpful error messages when there are errors. Additionally, the code changes improve the user interface by adding tooltips and clarifying certain labels and messages.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #470868

Merge request reports

Loading