I've a situation where we're sending a common alert to multiple teams. And I would like to restrict various actions to the owner team only.
Ex:
Alert: website-down
Owner team: team_sre
Alerts being sent to: team_sre, team_engineering, team_support
What happens when this alert is sent out: Any person belonging to one of the above teams can ack and close the alert.
Is it possible to create policy such that even though the alert is sent to multiple teams, it can only be ack'ed and closed by team_sre, who are the owners.