From 753da1ac1dc042a507deb3b9daec87d22b9e5a74 Mon Sep 17 00:00:00 2001 From: Robert Oskamp Date: Thu, 28 Oct 2021 13:55:20 +0200 Subject: [PATCH] [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. --- x-pack/test/functional/services/ml/security_common.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/services/ml/security_common.ts b/x-pack/test/functional/services/ml/security_common.ts index 54d2fa48a826..925565143bda 100644 --- a/x-pack/test/functional/services/ml/security_common.ts +++ b/x-pack/test/functional/services/ml/security_common.ts @@ -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: [], },