feat(ai-proxy): add Bearer Token authentication support for Bedrock p… (#3305)

This commit is contained in:
CZJCC
2026-01-07 19:39:20 +08:00
committed by GitHub
parent b09793c3d4
commit 78d4b33424
7 changed files with 635 additions and 29 deletions

View File

@@ -8,7 +8,7 @@ toolchain go1.24.4
require (
github.com/higress-group/proxy-wasm-go-sdk v0.0.0-20251103120604-77e9cce339d2
github.com/higress-group/wasm-go v1.0.7-0.20251209122854-7e766df5675c
github.com/higress-group/wasm-go v1.0.9-0.20251226032831-95da539a1ec7
github.com/stretchr/testify v1.9.0
github.com/tidwall/gjson v1.18.0
)