[Fleet] Package-managed workflow, agent, skill and index-alias assets - #290708
Draft
patrykkopycinski wants to merge 1 commit into
Draft
[Fleet] Package-managed workflow, agent, skill and index-alias assets#290708patrykkopycinski wants to merge 1 commit into
patrykkopycinski wants to merge 1 commit into
Conversation
Feature-scoped net-diff squash of the fleet package-asset surface from the SDLC visibility-platform dogfood branch: - New install_state_machine steps: workflow assets, agent assets, skill assets, index aliases; wired into _state_machine_package_install with new INSTALL_STATES - KibanaAssetType/KibanaSavedObjectType extensions for the new asset kinds - Workflow enablement on install (opt-in), package-managed asset immutability, user-disabled state preserved on upgrade, orphaned workflows removed - Install without HTTP request context (fake_request) for background installs - Convention-based workflow placeholder + connector-id substitution, re-applied on package policy update - Uninstall coverage for package workflow/agent/skill assets in deleteKibanaAssets Excludes the alerting-template reconcile and the AB-006 live contract test, which ship in their own rungs. Verified on fresh origin/main: fleet type_check shows no errors introduced by this change — the 4 remaining 'skill' asset-map errors are pre-existing on the source branch (identical in the branch's own type_check logs), and the other 4 are unrelated upstream @kbn/test-jest-helpers drift.
|
🤖 Jobs for this PR can be triggered through checkboxes. 🚧
ℹ️ To trigger the CI, please tick the checkbox below 👇
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fleet packages can ship workflows, agents, skills and index aliases as managed assets (FLEET epic).
Extracted from the SDLC visibility-platform POC (Nir's project #2511).
Evidence
Draft — extracted from a larger POC branch; not ready for review.