Skip to content

Commit

Permalink
Merge branch 'alerting/consumer-based-rbac' into actions/feature-and-…
Browse files Browse the repository at this point in the history
…rbac

* alerting/consumer-based-rbac:
  added missing SO privileges
  • Loading branch information
gmmorris committed Jul 7, 2020
2 parents a73fff5 + ae3c7a7 commit d412665
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 @@ -25,10 +25,10 @@ export const BUILT_IN_ALERTS_FEATURE = {
read: [],
},
savedObject: {
all: ['action'],
all: ['action', 'action_task_params'],
read: [],
},
api: ['actions-read'],
api: ['actions-read', 'actions-all'],
ui: ['alerting:show', 'actions:show', 'actions:save', 'actions:delete'],
},
read: {
Expand All @@ -39,7 +39,7 @@ export const BUILT_IN_ALERTS_FEATURE = {
read: [IndexThreshold],
},
savedObject: {
all: [],
all: ['action_task_params'],
read: ['action'],
},
api: ['actions-read'],
Expand Down

0 comments on commit d412665

Please sign in to comment.