{ "type": "plugin", "id": "@kbn/encrypted-saved-objects-plugin", "owner": [ "@elastic/kibana-security" ], "description": "This plugin provides encryption and decryption utilities for saved objects containing sensitive information.", "plugin": { "id": "encryptedSavedObjects", "browser": false, "server": true, "configPath": [ "xpack", "encryptedSavedObjects" ], "optionalPlugins": [ "security" ], "__category__": { "oss": false, "example": false, "testPlugin": false } } }