mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
* [Fleet] Remove code that handles Security plugin being disabled (#121779) * [Fleet] Remove code that handles Security plugin being disabled * Fix test and make properties required Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> # Conflicts: # x-pack/plugins/fleet/server/plugin.ts # x-pack/plugins/fleet/server/routes/security.test.ts * Fix jest test
15 lines
548 B
JSON
15 lines
548 B
JSON
{
|
|
"id": "fleet",
|
|
"owner": {
|
|
"name": "Fleet",
|
|
"githubTeam": "fleet"
|
|
},
|
|
"version": "kibana",
|
|
"server": true,
|
|
"ui": true,
|
|
"configPath": ["xpack", "fleet"],
|
|
"requiredPlugins": ["licensing", "data", "encryptedSavedObjects", "navigation", "customIntegrations", "share", "spaces", "security"],
|
|
"optionalPlugins": ["features", "cloud", "usageCollection", "home", "globalSearch", "telemetry"],
|
|
"extraPublicDirs": ["common"],
|
|
"requiredBundles": ["kibanaReact", "esUiShared", "home", "infra", "kibanaUtils", "usageCollection"]
|
|
}
|