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

### Ⅰ. Describe what this PR did - 在 feat/istio-1.19.0 分支上 ,使得 gateway api支持配置`ssl cipher suites `以及 `ssl protocol version` ### Ⅱ. Does this pull request fix one issue? -...

## Why do you need it? 项目中需要使用gateway api,同时网关需要完成和客户端之间的tls卸载以及验证客户端证书(mtls) ## How could it be? ## what we want 使用 gateway api时,可以为不同的监听端口指定验证客户端的证书,形如: ``` apiVersion: gateway.networking.k8s.io/v1 kind: Gateway metadata: name: higress-gateway namespace: higress-system...

help wanted
priority/high
level/challenge
sig/controller
good-issue

## 加入 Higress 开发者钉钉群 ![](https://img.alicdn.com/imgextra/i4/O1CN01ZGlqRn1xRZZKw5Pxg_!!6000000006440-2-tps-864-814.png) ## Higress 贡献榜: https://opensource.alibaba.com/contribution_leaderboard/details?projectValue=higress&timeType=month&time=1688140800000 参与计分的仓库包括: | 仓库名称 | 仓库地址 | 主要语言 | |--------|--------|--------| | 控制面/数据面 | https://github.com/alibaba/higress | Go/C++ | | 控制台前端/后端 | https://github.com/higress-group/higress-console |...

area/community

key-rate-limit插件目前只支持limit_by_header和limit_by_param 2种限流维度,希望插件能加上基于client ip的限流 或 新插件实现 需求: 1. 每个client请求达到阈值触发限流并可自定义的respon code和respon text 2. 基于client ip的策略可与 limit_by_header 或 limit_by_param同时启用不冲突 3. 基于client ip的策略支持 令牌、桶漏、滑动窗口等主流限流算法 4. 支持全局限流

level/challenge
sig/wasm

## Why do you need it? Is your feature request related to a problem? Please describe in details hgctl gateway-config 目前只支持 Kubernetes 环境下安装 higress, 要适配在 docker 环境下安装 higress ## How...

level/normal
area/hgctl
sig/ops

### Ⅰ. Describe what this PR did 在Higress控制面集成支持域名静态配置 和 支持secret对接lets encrypt自动续签,在higress-system namesapce 新增一个 configmap ,其配置格式如下 ``` apiVersion: v1 kind: ConfigMap metadata: name: higress-https namespace: higress-system data: cert: | automaticHttps: true...

## Why do you need it? Is your feature request related to a problem? Please describe in details ![image](https://github.com/alibaba/higress/assets/28778519/3baf2019-64c4-4327-9fbf-b6f1b25c60b0) 实际配置过程遇到添加完Nacos参数后,服务未同步,经过排查是Nacos参数配置有误,但比较困难发现, 【建议】 1、如果有一个通讯检测功能就比方便。 2、在服务列表中,支持手动点击获取,提示获取失败原因,方便排查。 ## How could it be? A clear...

help wanted
level/normal
sig/controller

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

### Ⅰ. Describe what this PR did 1. 区分c++和golang插件文档地址 2. 修正golang插件目录链接的文字表述 ### Ⅱ. Does this pull request fix one issue? 无 ### Ⅲ. Why don't you add test cases (unit...