[ML] Functional tests - remove monitor cluster privilege from test role (#116581) (#116604)

This PR removes the `monitor` cluster privilege from the `ft_ml_ui_extras` test role as it's no longer required by the categorization wizard and we want to stay close to the minimum set of required privileges for our test users.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
This commit is contained in:
Kibana Machine 2021-11-01 06:29:25 -04:00 committed by GitHub
parent c49fcc4f00
commit 5cb1b27526
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ export function MachineLearningSecurityCommonProvider({ getService }: FtrProvide
{
name: 'ft_ml_ui_extras',
elasticsearch: {
cluster: ['manage_ingest_pipelines', 'monitor'],
cluster: ['manage_ingest_pipelines'],
},
kibana: [],
},