Skip to content

Commit

Permalink
adding alerting comments security actions to roles.yml (opensearch-pr…
Browse files Browse the repository at this point in the history
…oject#4699)

Signed-off-by: Dennis Toepker <[email protected]>
Co-authored-by: Dennis Toepker <[email protected]>
  • Loading branch information
toepkerd and toepkerd-zz authored Sep 3, 2024
1 parent 6735b5c commit 0ee1cda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/roles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ alerting_read_access:
- 'cluster:admin/opendistro/alerting/destination/get'
- 'cluster:admin/opendistro/alerting/monitor/get'
- 'cluster:admin/opendistro/alerting/monitor/search'
- 'cluster:admin/opensearch/alerting/comments/search'
- 'cluster:admin/opensearch/alerting/findings/get'
- 'cluster:admin/opensearch/alerting/remote/indexes/get'
- 'cluster:admin/opensearch/alerting/workflow/get'
Expand All @@ -44,6 +45,7 @@ alerting_ack_alerts:
- 'cluster:admin/opendistro/alerting/alerts/*'
- 'cluster:admin/opendistro/alerting/chained_alerts/*'
- 'cluster:admin/opendistro/alerting/workflow_alerts/*'
- 'cluster:admin/opensearch/alerting/comments/search'

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

0 comments on commit 0ee1cda

Please sign in to comment.