Skip to content

Commit

Permalink
[ML] Adjust permissions for ml_ui_extras role (#61055)
Browse files Browse the repository at this point in the history
This PR removes the cluster:manage permission from the ml_ui_extras role as this is no longer needed.
  • Loading branch information
pheyos authored Mar 25, 2020
1 parent db0a4e8 commit 90f0032
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function MachineLearningSecurityCommonProvider({ getService }: FtrProvide
{
name: 'ml_ui_extras',
elasticsearch: {
cluster: ['manage', 'manage_ingest_pipelines', 'monitor'],
cluster: ['manage_ingest_pipelines', 'monitor'],
},
kibana: [],
},
Expand Down

0 comments on commit 90f0032

Please sign in to comment.