Skip to content

Commit

Permalink
changed the global ccr role kibana section to be consistent with othe…
Browse files Browse the repository at this point in the history
…r roles with no feature controls
  • Loading branch information
rashmivkulkarni committed Jun 25, 2020
1 parent 0a2308a commit 20c388a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ export default async function ({ readConfigFile }) {
kibana: [
{
feature: {
canvas: ['read','view_index_metadata'],
canvas: ['read'],
},
spaces: ['*'],
},
Expand All @@ -260,13 +260,13 @@ export default async function ({ readConfigFile }) {
kibana: [
{
feature: {
canvas: ['read'],
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 20c388a

Please sign in to comment.