You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, Fleet maintains references to many feature flags that have long since been enabled by default as their corresponding features have been made generally available, e.g:
These should be removed as a breaking change, and their relevant code paths/conditionals should be removed to avoid needless nesting and maintenance burden on their impacted areas of the Fleet codebase.
The text was updated successfully, but these errors were encountered:
These should be removed as a breaking change, and their relevant code paths/conditionals should be removed to avoid needless nesting and maintenance burden on their impacted areas of the Fleet codebase.
Actually there is no way to disable a feature flag with a default value of true in Fleet, so I do not think it will be a breaking change to delete those.
Currently, Fleet maintains references to many feature flags that have long since been enabled by default as their corresponding features have been made generally available, e.g:
kibana/x-pack/plugins/fleet/common/experimental_features.ts
Lines 10 to 31 in 789675a
These should be removed as a breaking change, and their relevant code paths/conditionals should be removed to avoid needless nesting and maintenance burden on their impacted areas of the Fleet codebase.
The text was updated successfully, but these errors were encountered: