mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
Allow elastic/fleet-server to call appropriate Fleet APIs (#113932)
This commit is contained in:
parent
f9afe67f1e
commit
5974fcfdb5
20 changed files with 653 additions and 133 deletions
|
@ -45,7 +45,7 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
},
|
||||
global: ['all', 'read'],
|
||||
space: ['all', 'read'],
|
||||
reserved: ['ml_user', 'ml_admin', 'ml_apm_user', 'monitoring'],
|
||||
reserved: ['fleet-setup', 'ml_user', 'ml_admin', 'ml_apm_user', 'monitoring'],
|
||||
};
|
||||
|
||||
await supertest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue