mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[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:
parent
7162634f3b
commit
79c42be00c
1 changed files with 13 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue