-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Closed
Labels
Team:Cloud SecurityCloud Security team relatedCloud Security team relatedTeam:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet team
Description
Currently, the fleet plugin provides three types of callbacks:
export type ExternalCallback =
| ExternalCallbackCreate
| ExternalCallbackDelete
| ExternalCallbackUpdate;
ExternalCallbackCreate runs before the plugin is installed.
The purpose of this issue is to add a new type of callback that will run after the package policy has been created.
Describe a specific use case for the feature:
The Cloud Security Posture plugin wants to run the callback once the assets for the plugin have been installed.
eyalkraft
Metadata
Metadata
Assignees
Labels
Team:Cloud SecurityCloud Security team relatedCloud Security team relatedTeam:FleetTeam label for Observability Data Collection Fleet teamTeam label for Observability Data Collection Fleet team