-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Security Solution + Fleet] Add
FleetFilesClient
to fleet and refac…
…tor endpoint actions to use it (#157658) ## Summary PR introduces a new Files service client to the Fleet server-side code that will enable integration to work with Files received/sent to Hosts without having to access `.fleet-*` indexes directly. ### Fleet changes - Adds `FleetFilesClient` to Fleet's server-side code. Supports both files that are received from the host as well as files that can be sent to the host. - exposes new `createFilesClient()` method from `FleetStartContract` that enables fleet dependents to get a files client. ### Security Solution changes - Refactors API routes to use new `FleetFilesClient` - Deletes all file related services from server code
- Loading branch information
1 parent
39dad65
commit 344adf2
Showing
24 changed files
with
1,124 additions
and
724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.