higress
higress copied to clipboard
🤖 AI Gateway | AI Native API Gateway
## Why do you need it? Sometimes we need to use part value of some header to limit request rate, for example, there is a header `Authorization: ApiKey ` and...
### Ⅰ. [feature] support grayKey from localStorage ### II. [bugfix] CDN的前缀路径匹配,按照优先匹配到长的路由 匹配规则如下: ``` { "/": "/{version}/index.html", "/sta": "/sta/{version}/index.html", "/static": "/static/{version}/index.html", } ``` 请求路由以及匹配的文件为: ``` {"/static123", "/static/v1.0.0/index.html"}, {"/static", "/static/v1.0.0/index.html"}, {"/sta", "/sta/v1.0.0/index.html"},...
### Ⅰ. Describe what this PR did ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test cases (unit test/integration test)? ### Ⅳ. Describe...
响应文本中有特殊字符时的处理有些问题,修复该问题
问题1:mcpbridges只能在higress-system命名空间中创建才能生效,其他命名空间中无效 问题2:ingress也只能跟mcpbridges在同一个命名空间下才能在backend中使用,导致ingress也只能在higress-system下创建 目前是用的k3s测试环境,通过helm安装的higress。现在想把mcpbridges也按命名空间隔离,不然不好做多组户相关的规划。
### Ⅰ. Describe what this PR did Support downstream and upstram, which can be configured through helm parameters ### Ⅱ. Does this pull request fix one issue? fixes #1386 ###...
目前默认值比较小,想在安装时就配置好
### Ⅰ. Describe what this PR did fix #1373 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test cases (unit test/integration test)? ###...
目前插件里有个场景需要用到异步处理,咨询了一下,可以使用tick事件。但是目前只看到go的sdk支持,rust可以支持一下吗?
### Ⅰ. Describe what this PR did 1. Load pilot, gateway and curl images to the kind cluster to speed up the initialization. 2. Add `imagePullPolicy: IfNotPresent` to containers using...