{ "type": "plugin", "id": "@kbn/security-plugin", "owner": [ "@elastic/kibana-security" ], "description": "This plugin provides authentication and authorization features, and exposes functionality to understand the capabilities of the currently authenticated user.", "plugin": { "id": "security", "browser": true, "server": true, "configPath": [ "xpack", "security" ], "requiredPlugins": [ "features", "licensing", "taskManager" ], "optionalPlugins": [ "cloud", "dataViews", "home", "management", "usageCollection", "spaces", "share" ], "requiredBundles": [ "kibanaReact", "spaces", "esUiShared" ], "enabledOnAnonymousPages": true, "__category__": { "oss": false, "example": false, "testPlugin": false } } }