Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…#68300) This fixes #64870 _for real_. The issue ended up being caused by a conditional form field that mapped to a nested field on the rule's params: when a rule is created with an action, it has a meta.kibana_siem_app_url field. When the rule's actions were removed via the UI, that field was _also_ removed, which broke AAD and thus rule execution. This fixes the issue by making that field unconditional, and also removes the previous workaround. # Conflicts: # x-pack/plugins/security_solution/public/alerts/components/rules/step_rule_actions/index.tsx # x-pack/plugins/security_solution/server/lib/detection_engine/rules/update_rules_notifications.ts
- Loading branch information