-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Security Solution] host isolation exceptions add and edit exceptions by policy #119828
[Security Solution] host isolation exceptions add and edit exceptions by policy #119828
Conversation
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
...anagement/components/artifact_entry_card/hooks/use_endpoint_policies_to_artifact_policies.ts
Show resolved
Hide resolved
@@ -5,11 +5,20 @@ | |||
* 2.0. | |||
*/ | |||
|
|||
import type { DataViewBase, Query } from '@kbn/es-query'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: all changes are merely re-organize imports and change some paths.
…ion-exceptions-add-edit-by-policy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. Also looking the screenshots I noticed the effect scope component doesn't fit the full flyout width, is this expected? It's weird to me having the description and the list of policies compressed
cc: @bfishel
x-pack/plugins/security_solution/public/management/components/effected_policy_select/utils.ts
Show resolved
Hide resolved
...on/public/management/pages/host_isolation_exceptions/view/host_isolation_exceptions_list.tsx
Outdated
Show resolved
Hide resolved
…ion-exceptions-add-edit-by-policy
@academo What about the effect scope "compressed width" issue? Is this expected? It seems it should fit the full flyout form width like in the Trusted Apps one |
…ion-exceptions-add-edit-by-policy
It is fixed now. |
...security_solution/public/management/pages/host_isolation_exceptions/view/components/form.tsx
Outdated
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/management/components/effected_policy_select/utils.ts
Show resolved
Hide resolved
x-pack/plugins/security_solution/public/management/components/effected_policy_select/utils.ts
Show resolved
Hide resolved
…ion-exceptions-add-edit-by-policy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes, lgtm! 🎉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐑 🚀
…ion-exceptions-add-edit-by-policy
💚 Build Succeeded
Metrics [docs]Module Count
Async chunks
History
To update your PR or re-run it, just comment with: |
xx## Summary
Implements adding and editing host isolation exceptions per-policy.
Add host isolation exception:
Edit host isolation exception:
Checklist
Delete any items that are not applicable to this PR.