Skip to content

Commit

Permalink
Add Notifications cluster permissions (#1290)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Qureshi <47198598+qreshi@users.noreply.github.com>
  • Loading branch information
qreshi authored Jan 6, 2023
1 parent e1c242f commit 180f694
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions public/apps/configuration/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ export const CLUSTER_PERMISSIONS: string[] = [
'cluster:admin/opendistro/ism/policy/get',
'cluster:admin/opendistro/ism/policy/search',
'cluster:admin/opendistro/ism/policy/delete',
'cluster:admin/opensearch/notifications/channels/get',
'cluster:admin/opensearch/notifications/configs/create',
'cluster:admin/opensearch/notifications/configs/delete',
'cluster:admin/opensearch/notifications/configs/get',
'cluster:admin/opensearch/notifications/configs/update',
'cluster:admin/opensearch/notifications/features',
'cluster:admin/opensearch/notifications/feature/send',
'cluster:admin/opensearch/notifications/test_notification',
'cluster:admin/opendistro/rollup/index',
'cluster:admin/opendistro/rollup/get',
'cluster:admin/opendistro/rollup/search',
Expand Down

0 comments on commit 180f694

Please sign in to comment.