Skip to content

Commit

Permalink
Add discover privilege to test user
Browse files Browse the repository at this point in the history
  • Loading branch information
jportner authored Oct 26, 2021
1 parent eab07d5 commit 8dd4215
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/services/ml/security_common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit 8dd4215

Please sign in to comment.