higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
Provider Support: - [ ] #1695 - [ ] #1696 - [ ] #1697 - [ ] #1698
## Why do you need it? 能否支持插件挂载本地,因为每次更新插件,他都会将所有插件重新fetch一遍 是否支持直接引用本地目录,这样我可以将插件下载下来放进去
**If you are reporting *any* crash or *any* potential security issue, *do not* open an issue in this repo. Please report the issue via [ASRC](https://security.alibaba.com/)(Alibaba Security Response Center) where the...
我写了一个插件, 在解析请求头的时候返回ActionPause, 这种情况下http请求应该会卡住才对, 但是我直接获取到了后端服务的返回 插件代码: ```golang package main import ( "github.com/alibaba/higress/plugins/wasm-go/pkg/wrapper" "github.com/higress-group/proxy-wasm-go-sdk/proxywasm/types" "github.com/tidwall/gjson" ) func main() { wrapper.SetCtx( "checker", // 配置插件名称 wrapper.ParseConfigBy(parseConfig), wrapper.ProcessRequestHeadersBy(onHttpRequestHeaders), ) } type Config struct { }...
我在同一个higress中添加了两个相同的插件, 两个插件配置链接不同的redis db, 理论上应该两个插件去不同的db中查询信息, 但是实测下来两个插件使用的是同一个 db 查询信息
## Why do you need it? The gateway provides request replay protection functionality, offering API protection against replay attacks. ## How could it be? This capability can be extended by...
线上服务跟x-request-id有关联,客户端请求中带的x-request-id会被envoy重新生成的x-request-id覆盖掉,请教下怎么关闭该功能
**higress开启可观测配置o11y后pod启动不起来,higress-console-loki报错如下:** mkdir /var/loki/rules: permission denied error initialising module: ruler-storage github.com/grafana/dskit/modules.(*Manager).initModule /src/loki/vendor/github.com/grafana/dskit/modules/modules.go:138 github.com/grafana/dskit/modules.(*Manager).InitModuleServices /src/loki/vendor/github.com/grafana/dskit/modules/modules.go:108 github.com/grafana/loki/pkg/loki.(*Loki).Run /src/loki/pkg/loki/loki.go:461 main.main /src/loki/cmd/loki/main.go:110 runtime.main /usr/local/go/src/runtime/proc.go:267 runtime.goexit /usr/local/go/src/runtime/asm_amd64.s:1650 level=warn ts=2025-01-13T11:46:13.803585436Z caller=loki.go:288 msg="global timeout not configured, using default...