Skip to content

Commit

Permalink
Add missing privilege to alerting read operations
Browse files Browse the repository at this point in the history
  • Loading branch information
umbopepato committed Sep 18, 2023
1 parent 1b23ebe commit b873f5a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const readOperations: Record<AlertingEntity, string[]> = {
'getRuleState',
'getAlertSummary',
'getExecutionLog',
'getActionErrorLog',
'find',
'getRuleExecutionKPI',
'runSoon',
Expand Down

0 comments on commit b873f5a

Please sign in to comment.