fix: strip proxy headers from bridge requests to fix Bedrock SigV4 signing (coder#26019)#283
Merged
ssncferreira merged 1 commit intoJun 5, 2026
Conversation
fbe1564 to
56b16f9
Compare
56b16f9 to
0d154a5
Compare
dannykopping
approved these changes
Jun 5, 2026
f0ssel
pushed a commit
to coder/coder
that referenced
this pull request
Jun 8, 2026
…gning (coder#26019) (#26097) Backport of #26019 Original PR: #26019 — fix(aibridge): strip proxy headers from bridge requests to fix Bedrock SigV4 signing aibridge PR: coder/aibridge#283 Merge commit: coder/aibridge@d91a904 Requested by: @ssncferreira
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of coder/coder#26019
Original PR: coder/coder#26019 —
fix(aibridge): strip proxy headers from bridge requests to fix Bedrock SigV4 signingMerge commit: coder/coder@b7635b5
Requested by: @ssncferreira
Warning
The primary fix lives in the coder/coder repo, where the aibridge code was copied in. However, Coder v2.32 still depends on this standalone coder/aibridge repo at commit
a011104f377d(viago.mod). To backport the fix to Coder v2.32, we need to:release/1.1branch was created from commita011104f377d(the version used by Coder v2.32) as the base for this PR.go.modoncoder/coder release/2.32to point to the new commit onrelease/1.1.Note
This PR was generated with the assistance of an AI coding agent on behalf of @ssncferreira.