mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
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:
parent
c49fcc4f00
commit
5cb1b27526
1 changed files with 1 additions and 1 deletions
|
@ -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: [],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue