Skip to content

Commit

Permalink
removed canvas role
Browse files Browse the repository at this point in the history
  • Loading branch information
rashmivkulkarni committed Jun 25, 2020
1 parent 20c388a commit dbba499
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions x-pack/test/functional/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,17 +242,6 @@ export default async function ({ readConfigFile }) {
],
},

global_canvas_role: {
kibana: [
{
feature: {
canvas: ['read'],
},
spaces: ['*'],
},
],
},

global_ccr_role: {
elasticsearch: {
cluster: ['manage', 'manage_ccr'],
Expand All @@ -266,7 +255,7 @@ export default async function ({ readConfigFile }) {
},
],
},

//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 dbba499

Please sign in to comment.