Skip to content

Commit

Permalink
add missing test role descriptor
Browse files Browse the repository at this point in the history
  • Loading branch information
legrego committed Sep 14, 2020
1 parent 270e4f6 commit d3a8051
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit d3a8051

Please sign in to comment.