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

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

type/bug
priority/high
sig/wasm

## Why do you need it? 当前mock场景下无法返回HTML格式的文件,返回的格式为text/plain。在某些业务场景下需要在特定path下返回某个页面,因此期望可以支持返回HTML格式的数据 ## How could it be? ``` mockHtml: - path: - "a" - "mock" html: |- MFE 微前端应用: App1 MFE 微前端应用: App1 ``` ##...

level/normal
area/plugin
sig/wasm

[root@master ~]# kubectl get pod --all-namespaces -o wide NAMESPACE NAME READY STATUS RESTARTS AGE IP NODE NOMINATED NODE READINESS GATES higress-system higress-console-7f7c8496c-fc4zs 0/1 Running 4 (46s ago) 4m34s 10.244.2.113 node1...

## Why do you need it? 在 Higress 配置了对接外部的 Skywalking 或者 OTel 服务时,由于目前通过 MCP 下发的 Cluster 配置在未配置路由的情况下,无法指定其对应的后端协议,而相关功能又依赖 gRPC 协议转发,无法正常工作。 ## How could it be? 通过修改 Controller 生成的 EnvoyFilter 配置,为对应的 Cluster...

type/enhancement
good first issue
area/observability
level/normal
sig/controller

k8s 版本:v1..23.6 higress部署方式:helm console版本:1.4.3 higress版本:2.0.0 控制台配置一个DNS服务:moonshot 服务列表查询不到moonshot这条数据,其他数据是有的 然后看下higress-core的日志也没有报错: 看日志中有个信息:networking.istio.io/v1alpha3/Gateway: PUSH for node:higress-controller-6bfb796855-kmpfs.higress-system resources:0 size:0B。感觉是没推送数据。 console控制台的pod也没有错误日志: 请帮忙排查下

使用的ingress 版本:v1.4.2 k8s 版本:1.28.3 安装方式:helm 控制台创建路由信息报错: ![Uploading image.png…]() ![控制台报错信息](https://github.com/user-attachments/assets/f589479d-4d61-42f6-814d-2c1856f3592c) 错误信息: 服务器内部错误 错误详情(错误码:500) Method: post RequestURL: http://hd-demo-higress.ee4m.com.cn/v1/routes Headers: {"Accept":"application/json, text/plain, */*","Content-Type":"application/json"} Data: {"success":false,"message":"java.lang.IllegalArgumentException: No enum constant com.alibaba.higress.sdk.model.route.RoutePredicateTypeEnum.","data":null} 查看higress-console 日志: 2024-09-18 03:10:22.753...

按照这个文档fork,修改envoy后提交到envoy-1.27分支,但是主项目中子模块的分支是detached状态,无法更新,如果在子模块中强行切换到envoy-1.27分支,能把子模块更新到最新版本,但是会报"正在丢弃xx个提交",所以请教下我应该如何把最新的envoy变更拉下来,而且不丢弃提交呢? ![QQ_1729215998318](https://github.com/user-attachments/assets/e7277cf8-bb8a-4138-bb7c-1fc48c7e9ca8) 分支detached ![QQ_1729216022153](https://github.com/user-attachments/assets/c8335780-4132-4e1a-8754-00aa3180f250)

![Image](https://github.com/user-attachments/assets/7ed7904a-31af-461d-a7fb-4883745fe7ba) ![Image](https://github.com/user-attachments/assets/98e617bd-c427-4582-81b9-267b6fb0b7a4) ![Image](https://github.com/user-attachments/assets/b07d560c-ab86-44d3-a004-d16d0f03854a) ![Image](https://github.com/user-attachments/assets/800038ef-757b-4f7f-8865-96a18cb344ce)

Hello,I am a novice in higress. I want to know. if higress has some log plugin, that could collect logs into middleware, such as kafka. I am familiar with apisix....

**配置文件:** 全局版本: `apiVersion: extensions.higress.io/v1alpha1 kind: WasmPlugin metadata: annotations: higress.io/wasm-plugin-description: Convert request/response headers, request query parameters, and request/response body parameters. higress.io/wasm-plugin-icon: https://img.alicdn.com/imgextra/i3/O1CN01bAFa9k1t1gdQcVTH0_!!6000000005842-2-tps-42-42.png higress.io/wasm-plugin-title: Transformer creationTimestamp: "2025-02-19T09:22:10Z" generation: 1 labels: higress.io/resource-definer: higress...