[Fleet] Remove code that handles security plugin being disabled #116185
Labels
chore
Team:Fleet
Team label for Observability Data Collection Fleet team
technical debt
Improvement of the software architecture and operational architecture
v8.0.0
Starting in 8.0, the Kibana security plugin can no longer be disabled. With #111681 merged, we can now:
kibana/x-pack/plugins/fleet/server/plugin.ts
Line 285 in 504896d
kibana/x-pack/plugins/fleet/server/services/app_context.ts
Lines 110 to 112 in 504896d
Note that we still need to keep any checks that verify that security in Elasticsearch is enabled and configured.
This is not a required change at this time, just a tech debt cleanup.
The text was updated successfully, but these errors were encountered: