[Fleet] Clean up is_default and is_default_fleet_server flags #122914
Labels
Breaking Change
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
While implementing #108456 we removed the creation of default policies as part of startup.
The intention was to remove the concept of default policies as well.
However, it turned out there is a functionality in Elastic Agent that allows an agent (fleet server) to enroll to Fleet without specifying a policy_id. In this case, Agent is looking for a default policy.
There is an issue raised in Agent to change the logic: elastic/beats#29774
When that change is made, it will be safe to remove the default flags from Fleet code.
Dependencies / blockers:
The text was updated successfully, but these errors were encountered: