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

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.
This commit is contained in:
Robert Oskamp 2021-10-28 13:55:20 +02:00 committed by GitHub
parent 9b14bab5dc
commit 753da1ac1d
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: [],
},