From d3a805107ec3113dc88ca788a67a459a3f2814e1 Mon Sep 17 00:00:00 2001 From: Larry Gregory Date: Mon, 14 Sep 2020 11:21:56 -0400 Subject: [PATCH] add missing test role descriptor --- x-pack/test/functional/config.js | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/x-pack/test/functional/config.js b/x-pack/test/functional/config.js index c15e98750a67d..a4d0bbc3e1e9d 100644 --- a/x-pack/test/functional/config.js +++ b/x-pack/test/functional/config.js @@ -334,6 +334,20 @@ export default async function ({ readConfigFile }) { ], }, + global_upgrade_assistant_role: { + elasticsearch: { + cluster: ['manage'], + }, + kibana: [ + { + feature: { + discover: ['read'], + }, + spaces: ['*'], + }, + ], + }, + //Kibana feature privilege isn't specific to advancedSetting. It can be anything. https://github.com/elastic/kibana/issues/35965 test_api_keys: { elasticsearch: {