From 8dd4215579179d39f6886a506153076f8f91f9f5 Mon Sep 17 00:00:00 2001 From: Joe Portner <5295965+jportner@users.noreply.github.com> Date: Tue, 26 Oct 2021 09:17:32 -0400 Subject: [PATCH] Add discover privilege to test user --- x-pack/test/functional/services/ml/security_common.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/functional/services/ml/security_common.ts b/x-pack/test/functional/services/ml/security_common.ts index 04ae7eecc2633..b7e9146bf151b 100644 --- a/x-pack/test/functional/services/ml/security_common.ts +++ b/x-pack/test/functional/services/ml/security_common.ts @@ -144,6 +144,7 @@ export function MachineLearningSecurityCommonProvider({ getService }: FtrProvide // such as "View in Lens", "Add to Dashboard", and creating anomaly detection rules. These feature privileges are the minimal ones // necessary to satisfy all of those functional tests. feature: { + discover: ['read'], visualize: ['read'], dashboard: ['all'], actions: ['all'],