Skip to content

Commit

Permalink
add workflow cluster permissions to alerting roles
Browse files Browse the repository at this point in the history
Signed-off-by: Surya Sashank Nistala <[email protected]>
  • Loading branch information
eirsep committed Jul 21, 2023
1 parent ab6778d commit 1ebd220
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ alerting_read_access:
reserved: true
cluster_permissions:
- 'cluster:admin/opendistro/alerting/alerts/get'
- 'cluster:admin/opensearch/alerting/workflow/get'
- 'cluster:admin/opensearch/alerting/workflow_alerts/get'
- 'cluster:admin/opendistro/alerting/destination/get'
- 'cluster:admin/opendistro/alerting/monitor/get'
- 'cluster:admin/opendistro/alerting/monitor/search'
Expand All @@ -38,6 +40,8 @@ alerting_ack_alerts:
reserved: true
cluster_permissions:
- 'cluster:admin/opendistro/alerting/alerts/*'
- 'cluster:admin/opendistro/alerting/workflow_alerts/*'
- 'cluster:admin/opendistro/alerting/chained_alerts/*'

# Allows users to use all alerting functionality
alerting_full_access:
Expand Down

0 comments on commit 1ebd220

Please sign in to comment.