Skip to content

Commit d3a8051

Browse files
committed
add missing test role descriptor
1 parent 270e4f6 commit d3a8051

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

x-pack/test/functional/config.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,20 @@ export default async function ({ readConfigFile }) {
334334
],
335335
},
336336

337+
global_upgrade_assistant_role: {
338+
elasticsearch: {
339+
cluster: ['manage'],
340+
},
341+
kibana: [
342+
{
343+
feature: {
344+
discover: ['read'],
345+
},
346+
spaces: ['*'],
347+
},
348+
],
349+
},
350+
337351
//Kibana feature privilege isn't specific to advancedSetting. It can be anything. https://github.com/elastic/kibana/issues/35965
338352
test_api_keys: {
339353
elasticsearch: {

0 commit comments

Comments
 (0)