[Security Solution][Endpoint] Add missing system_indices_superuser role to the Serverless role.yml override file (#167450)

## Summary

- Adds the missing `system_indices_superuser` role to the `role.yml`
file used when starting ES for serverless and using the security
solution override files for resources
This commit is contained in:
Paul Tavares 2023-09-28 12:09:38 -04:00 committed by GitHub
parent 7162634f3b
commit 79c42be00c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,17 @@
---
system_indices_superuser:
cluster: ['all']
indices:
- names: ['*']
privileges: ['all']
allow_restricted_indices: true
applications:
- application: '*'
privileges: ['*']
resources: ['*']
run_as: ['*']
#--------------------------------------------------------------------------------------------------
#
# FILE SOURCE AT: