Skip to content

Commit c859646

Browse files
committed
remove all privileges to hidden so type of alert and change alerting privileges to read when read privileges are set for security solution
1 parent dd33002 commit c859646

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugins/security_solution/server

1 file changed

+2
-2
lines changed

x-pack/plugins/security_solution/server/plugin.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ export class Plugin implements IPlugin<PluginSetup, PluginStart, SetupPlugins, S
228228
catalogue: ['securitySolution'],
229229
api: ['securitySolution', 'lists-read'],
230230
savedObject: {
231-
all: ['alert'],
231+
all: [],
232232
read: [
233233
'config',
234234
'cases',
@@ -239,7 +239,7 @@ export class Plugin implements IPlugin<PluginSetup, PluginStart, SetupPlugins, S
239239
],
240240
},
241241
alerting: {
242-
all: [SIGNALS_ID, NOTIFICATIONS_ID],
242+
read: [SIGNALS_ID, NOTIFICATIONS_ID],
243243
},
244244
management: {
245245
insightsAndAlerting: ['triggersActions'],

0 commit comments

Comments
 (0)