Skip to content

Commit 3159068

Browse files
authored
fix: strip proxy headers from bridge requests to fix Bedrock SigV4 signing (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
1 parent 96b9c61 commit 3159068

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ require (
494494
github.com/anthropics/anthropic-sdk-go v1.19.0
495495
github.com/brianvoe/gofakeit/v7 v7.14.0
496496
github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225
497-
github.com/coder/aibridge v1.1.1-0.20260331154949-a011104f377d
497+
github.com/coder/aibridge v1.1.1-0.20260605135544-d91a904c9ce3
498498
github.com/coder/aisdk-go v0.0.9
499499
github.com/coder/boundary v0.8.4-0.20260304164748-566aeea939ab
500500
github.com/coder/preview v1.0.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,8 +312,8 @@ github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2 h1:aBangftG7EVZoUb69Os
312312
github.com/cncf/xds/go v0.0.0-20260202195803-dba9d589def2/go.mod h1:qwXFYgsP6T7XnJtbKlf1HP8AjxZZyzxMmc+Lq5GjlU4=
313313
github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225 h1:tRIViZ5JRmzdOEo5wUWngaGEFBG8OaE1o2GIHN5ujJ8=
314314
github.com/coder/agentapi-sdk-go v0.0.0-20250505131810-560d1d88d225/go.mod h1:rNLVpYgEVeu1Zk29K64z6Od8RBP9DwqCu9OfCzh8MR4=
315-
github.com/coder/aibridge v1.1.1-0.20260331154949-a011104f377d h1:yoDGndlvKP6fiKzivG7kYLYs7jDEt2phgGVagDmuAHY=
316-
github.com/coder/aibridge v1.1.1-0.20260331154949-a011104f377d/go.mod h1:u6WvGLMQQbk3ByeOw+LBdVgDNc/v/ujAtUc6MfvzQb4=
315+
github.com/coder/aibridge v1.1.1-0.20260605135544-d91a904c9ce3 h1:fqD6n7VfynUrich/l63LYtv5x4Tvx8QC86gu2JUI084=
316+
github.com/coder/aibridge v1.1.1-0.20260605135544-d91a904c9ce3/go.mod h1:lFf2RlWsN2hOYxqUplupkTqL/yWno6meGHYbTGlOErE=
317317
github.com/coder/aisdk-go v0.0.9 h1:Vzo/k2qwVGLTR10ESDeP2Ecek1SdPfZlEjtTfMveiVo=
318318
github.com/coder/aisdk-go v0.0.9/go.mod h1:KF6/Vkono0FJJOtWtveh5j7yfNrSctVTpwgweYWSp5M=
319319
github.com/coder/anthropic-sdk-go v0.0.0-20260409105508-5711db120546 h1:dYAA1uo93n9r/B4Gvx76pjaeS0kBTX1lO0WX0p0uqo8=

0 commit comments

Comments
 (0)