Remove APM Alerts subfeature privilege (#113469)

This was not being used (`alerts_all` and `alerts_read`) and will not be used in the future and can be safely removed.

Fixes #112274.
This commit is contained in:
Nathan L Smith 2021-10-05 08:19:46 -05:00 committed by GitHub
parent 81046f171e
commit 433a0e3927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 62 deletions

View file

@ -37,7 +37,7 @@ export default function ({ getService }: FtrProviderContext) {
securitySolutionCases: ['all', 'read'],
infrastructure: ['all', 'read'],
logs: ['all', 'read'],
apm: ['all', 'read', 'minimal_all', 'minimal_read', 'alerts_all', 'alerts_read'],
apm: ['all', 'read'],
discover: [
'all',
'read',