Skip to content

Comments

Fix Alertmanager proxy dropping request body on POST#19

Merged
lewispb merged 1 commit intomainfrom
lewis/fix-alertmanager-silence-creation
Feb 13, 2026
Merged

Fix Alertmanager proxy dropping request body on POST#19
lewispb merged 1 commit intomainfrom
lewis/fix-alertmanager-silence-creation

Conversation

@lewispb
Copy link
Member

@lewispb lewispb commented Feb 13, 2026

Summary

  • The Alertmanager proxy controller wasn't forwarding the request body to Alertmanager, so POST requests (like creating silences) arrived empty and failed
  • Pass request.body&.read through to the Faraday request

Test plan

  • Added integration test verifying POST body is forwarded to Alertmanager
  • Create a silence via the Alertmanager UI in production

The proxy action wasn't passing the request body through to Faraday,
so POST requests like creating silences arrived at Alertmanager empty.
@lewispb lewispb merged commit 44c9fca into main Feb 13, 2026
3 checks passed
@lewispb lewispb deleted the lewis/fix-alertmanager-silence-creation branch February 16, 2026 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant