Skip to content

Commit

Permalink
removed actio nSO privileges from builtin alert types
Browse files Browse the repository at this point in the history
  • Loading branch information
gmmorris committed Jul 8, 2020
1 parent 84da270 commit 8d8ea54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/alerting_builtins/server/feature.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const BUILT_IN_ALERTS_FEATURE = {
read: [],
},
savedObject: {
all: ['action', 'action_task_params'],
all: [],
read: [],
},
api: ['actions-read', 'actions-all'],
Expand All @@ -38,8 +38,8 @@ export const BUILT_IN_ALERTS_FEATURE = {
read: [IndexThreshold],
},
savedObject: {
all: ['action_task_params'],
read: ['action'],
all: [],
read: [],
},
api: ['actions-read'],
ui: ['alerting:show', 'actions:show'],
Expand Down

0 comments on commit 8d8ea54

Please sign in to comment.