higress icon indicating copy to clipboard operation
higress copied to clipboard

🤖 AI Gateway | AI Native API Gateway

Results 337 higress issues
Sort by recently updated
recently updated
newest added

## Why do you need it? Is your feature request related to a problem? Please describe in details 我这边有个使用场景,在跨域场景下,使用外部认证,需要外部认证服务处理Preflight请求。 既然外部认证插件现在支持了过滤配置,是否可以新增 http method 过滤。 ## How could it be? A clear...

### Ⅰ. Describe what this PR did 按照需要替换或拦截的最长字符数做缓存窗口,流模式支持敏感词替换及拦截 ### Ⅱ. Does this pull request fix one issue? ### Ⅲ. Why don't you add test cases (unit test/integration test)? ### Ⅳ....

在分析 https://github.com/higress-group/higress-standalone/issues/137 中描述的问题时,我发现只要关闭 retryOnFailure 参数即可解决这一问题。 查看相关代码发现,在执行重试时,插件仍旧会随机选择 token。由于将 token 标记为不可用的失败请求数下限大于 1,导致仍有可能选择到之前存在问题的 token,导致请求再一次失败。结合为模型降级而执行的 custom_response filter 逻辑中存在的问题(应已在 https://github.com/higress-group/envoy/pull/3 中修复),导致 Envoy crash。 但回头看 retryOnFailure 这一功能,是否应该在选择重试所使用的 token 时避开本次请求已经使用过的“问题 token”。如果所有 token 均已重试过,则跳过重试。或者允许用户选择是否使用“问题 token”进行重试,默认为否。

type/bug
sig/wasm
area/ai

### Discussed in https://github.com/alibaba/higress/discussions/1772 Originally posted by **aLIEzu** February 17, 2025 ![图片](https://github.com/user-attachments/assets/e7371fec-fcb2-4cee-8558-42429db01294) ![图片](https://github.com/user-attachments/assets/8f770d3d-b252-47e2-9b4a-ddf0d441f266) ![图片](https://github.com/user-attachments/assets/06654860-7f62-4fcf-9d51-501ed956a1c1) 开始开启了也不生效,后来突然生效了,但是又无法关闭

type/bug
sig/wasm

![Image](https://github.com/user-attachments/assets/a39d32f1-5413-4837-85f8-330a477e8573) ![Image](https://github.com/user-attachments/assets/a021fda0-bd6a-46a3-8637-ff259d895528) ![Image](https://github.com/user-attachments/assets/050476cd-534c-4474-830e-f76ac424c481)

**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...

开启内容安全前 ![Image](https://github.com/user-attachments/assets/dddea2a1-6426-48ff-8cae-95cc624714cd) 开启内容安全后 ![Image](https://github.com/user-attachments/assets/a2a798af-3823-44fd-85ee-3beda7e524ff) 但是内容安全未通过的请求,字段是还有的 ![Image](https://github.com/user-attachments/assets/7facdd76-e8d7-4d9d-85ff-4ed5e493fbbc)

type/bug

## Why do you need it? Is your feature request related to a problem? Please describe in details ## How could it be? A clear and concise description of what...

### Ⅰ. Describe what this PR did 实现wasm-go的本地key-rate-limit插件 ### Ⅱ. Does this pull request fix one issue? #596 ### Ⅲ. Why don't you add test cases (unit test/integration test)? ###...

## Why do you need it? Is your feature request related to a problem? Please describe in details ## How could it be? A clear and concise description of what...

help wanted
level/normal