Add additional properties to policy_details helper
What does this MR do and why?
Add additional properties to policy_details helper
- for the
:security_orchestration_policies_configuration
feature flag, we started using theorchestration_policy_data
helper method for policies, but used the same frontend that thepolicy_details
helper provides for - some properties were added for the
orchestration_policy_data
helper that were not added to thepolicy_details
helper - after the
:security_orchestration_policies_configuration
feature flag is removed (probably in %14.4 ), this helper will be deleted - update test
Changelog: fixed EE: true
How to set up and validate locally
- Disable the
:security_orchestration_policies_configuraion
feature flagFeature.enable(:security_orchestration_policies_configuraion)
- Visit any project
- Navigate to
Security & Compliance
=>Threat Monitoring
=>Policies
tab =>New policy
Screenshots or screen recordings
Page | Before | After |
---|---|---|
Policy Editor - w/out environment - ff off | ||
Policy Editor - w/ environment - ff off | ||
Policy Editor - ff on | No visual change |
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Alexander Turinske