mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
* remove all privileges on hidden saved object type of alert and change alerting privileges to read when read privileges are set for security solution.
This commit is contained in:
parent
733feb6fe9
commit
b7d201f2e2
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ export class Plugin implements IPlugin<PluginSetup, PluginStart, SetupPlugins, S
|
|||
catalogue: ['securitySolution'],
|
||||
api: ['securitySolution', 'lists-read'],
|
||||
savedObject: {
|
||||
all: ['alert'],
|
||||
all: [],
|
||||
read: [
|
||||
'config',
|
||||
'cases',
|
||||
|
@ -239,7 +239,7 @@ export class Plugin implements IPlugin<PluginSetup, PluginStart, SetupPlugins, S
|
|||
],
|
||||
},
|
||||
alerting: {
|
||||
all: [SIGNALS_ID, NOTIFICATIONS_ID],
|
||||
read: [SIGNALS_ID, NOTIFICATIONS_ID],
|
||||
},
|
||||
management: {
|
||||
insightsAndAlerting: ['triggersActions'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue