mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
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:
parent
81046f171e
commit
433a0e3927
4 changed files with 7 additions and 62 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue