-
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] [Endpoint] Remove linked policy from trusted apps when removing endpoint integration #108347
Conversation
…should_no_longer_reference_the_policy_when_removed-767
…should_no_longer_reference_the_policy_when_removed-767
…should_no_longer_reference_the_policy_when_removed-767
…should_no_longer_reference_the_policy_when_removed-767
@elasticmachine merge upstream |
…should_no_longer_reference_the_policy_when_removed-767
…should_no_longer_reference_the_policy_when_removed-767
Pinging @elastic/security-onboarding-and-lifecycle-mgt (Team:Onboarding and Lifecycle Mgt) |
x-pack/plugins/security_solution/server/fleet_integration/fleet_integration.test.ts
Outdated
Show resolved
Hide resolved
Pinging @elastic/fleet (Team:Fleet) |
…e checked during TA update
…issue with Without method from lodash
…policy_specific_trusted_apps_should_no_longer_reference_the_policy_when_removed-767
…llbacks()` is called
…policy_specific_trusted_apps_should_no_longer_reference_the_policy_when_removed-767
Pinging @elastic/apm-ui (Team:apm) |
💚 Build SucceededMetrics [docs]Unknown metric groupsAPI count
API count missing comments
History
To update your PR or re-run it, just comment with: |
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.
🚀 Just have a question.
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.
Fleet changes 🚀
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.
APM changes look good
… when removing endpoint integration (elastic#108347) * Remove policy from trusted app when this is removed from fleet * Fleet: run package delete external callbacks when the Agent Policy is deleted
💚 Backport successful
This backport PR will be merged automatically after passing CI. |
… when removing endpoint integration (#108347) (#109296) * Remove policy from trusted app when this is removed from fleet * Fleet: run package delete external callbacks when the Agent Policy is deleted Co-authored-by: David Sánchez <[email protected]>
const errorsThrown: Error[] = []; | ||
|
||
if (externalCallbacks && externalCallbacks.size > 0) { | ||
for (const callback of externalCallbacks) { |
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.
👍
Summary
trustedAppsByPolicyEnabled
feature flag enabled