[Fleet] Unify SetupTechnologySelector in Fleet and CSPM #189950
Labels
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
Follow up after #189612
SetupTechnologySelector is currently duplicated in fleet and cspm plugins: https://github.com/search?q=repo%3Aelastic%2Fkibana%20SetupTechnologySelector&type=code
It should be refactored so that only the Fleet version remains, and the create package policy page renders it when the package supports agentless, for the extension view as well:
kibana/x-pack/plugins/fleet/public/applications/fleet/sections/agent_policy/create_package_policy_page/single_page_layout/index.tsx
Line 401 in a048ad1
Currently the CSPM package doesn't have the agentless flag set, so the selector wouldn't be visible if we were to unify it now.
There are also some differences currently:
The text was updated successfully, but these errors were encountered: