Change Admin portal rule set catalog for External rule operations#1345
Change Admin portal rule set catalog for External rule operations#1345NaveenSandaruwan wants to merge 3 commits into
Conversation
- Updated package.json to include js-yaml and node-fetch dependencies. - Enhanced English and French localization files with new keys for EXTERNAL ruleset descriptions and headers. - Modified AddEditRuleset component to handle EXTERNAL ruleset logic, including auto-setting ruleType and disabling fields. - Created ExternalRulesetForm component for managing security headers specific to EXTERNAL rulesets. - Updated ListRulesets component to display 'External' label for EXTERNAL rulesets. Co-authored-by: Copilot <copilot@github.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|



Add External Type Rulesets Support to Admin Portal
Overview
Implemented support for External type rulesets in the Admin Portal's Governance section, enabling users to create, edit, and manage external rulesets alongside generic rulesets.
Changes
ExternalRulesetForm.jsx- Dedicated form component for managing external type rulesets with YAML-based configurationFeatures Added
UI