Skip to content

Adding callback post create package #128743

@CohenIdo

Description

@CohenIdo

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.

Metadata

Metadata

Assignees

Labels

Team:Cloud SecurityCloud Security team relatedTeam:FleetTeam label for Observability Data Collection Fleet team

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions