oncall
oncall copied to clipboard
Chatops: Slack callback buttons in preview of alert response with 403 error.
What went wrong?
What happened:
- Setup Slack integration according to documentation. Receiving alerts in channel but couldn't manipulate with alert via callback buttons (Acknowledge, Resolve, Silence except Unresolve). Receiving error: This app responded with status code 403.
What did you expect to happen:
- After pressing of callback buttons they will change the state of alert in Grafana OnCall.
How do we reproduce it?
- Setup ChatOps Slack integration. Send some alert that will appear in Slack.
- Now click Acknowledge, Resolve, Silence buttons.
- Slack will response with error: This app responded with status code 403.
Grafana OnCall Version
Grafana OnCall: 1.3.81
Product Area
Chatops
Grafana OnCall Platform?
Kubernetes
User's Browser?
No response
Anything else to add?
Can you include the log from your oncall engine for what you see when you press one of the buttons? If the result is not reaching your oncall backend you'll need to double check your slack app setup.
The problem was in WAF rules on alb, it blocked request from Slack because it's size exceed 8192 bytes.