Skip to content

Commit

Permalink
[Security Solution] [Detections] Read privileges for dependencies (#8…
Browse files Browse the repository at this point in the history
…0852)

* remove all privileges on hidden saved object type of alert and change alerting privileges to read when read privileges are set for security solution.
  • Loading branch information
dhurley14 authored Oct 20, 2020
1 parent 6db108b commit b1d04df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/security_solution/server/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand All @@ -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'],
Expand Down

0 comments on commit b1d04df

Please sign in to comment.