Skip to content

Commit

Permalink
[Discover] Fix ""range filter on version" permissions for cloud funct…
Browse files Browse the repository at this point in the history
…ional testing (#126377)
  • Loading branch information
kertal authored Feb 28, 2022
1 parent d499ed5 commit e7e9be9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,21 @@ export default async function ({ readConfigFile }) {
kibana: [],
},

version_test: {
elasticsearch: {
cluster: [],
indices: [
{
names: ['version-test'],
privileges: ['read', 'view_index_metadata', 'manage', 'create_index', 'index'],
field_security: { grant: ['*'], except: [] },
},
],
run_as: [],
},
kibana: [],
},

kibana_sample_read: {
elasticsearch: {
cluster: [],
Expand Down

0 comments on commit e7e9be9

Please sign in to comment.