mosn icon indicating copy to clipboard operation
mosn copied to clipboard

The Cloud-Native Network Proxy Platform

Results 207 mosn issues
Sort by recently updated
recently updated
newest added

### Issues associated with this PR 参考 apisix 的 key-auth 功能,https://apisix.apache.org/zh/docs/apisix/plugins/key-auth/ ### Solutions match 部分的结构和代码主要参考 jwtauthn,对 envoy/jwt_authn/v3 进行了一定的删减 ### UT result Unit Test is needed if the code is changed,...

cla:yes
size/XXL

### Describe the bug There are too many lint failures as a norm. This makes trying to find new lint problems really hard. ### Expected behavior zero lint problems as...

WIP

Currently we only set upstream connection's idle timeout in case of cluster.idle_timeout > 0: this issue requests the ability to set an idle_timeout = 0, to indicate the indefinite idle...

### Your question Describe your question clearly. ### Environment - MOSN Version ### Logs - Paste the logs you see.

### Issues associated with this PR #2176 ### Solutions You should show your solutions about the issues in your PR, including the overall solutions, details and the changes. At this...

cla:yes
bug
size/S

### Your question Describe your question clearly. 当我使用mosn作为istio的边车部署时,按照官方文档完成了镜像替换envoy后,官方的示例bookinfo的运行一切无误,但是在我使用自己的应用部署时遇到了,应用无法读取外部配置中心的问题,我在应用容器内可以ping通配置中心ip,但是使用curl的get请求(和应用get)获取文件的请求出现了connect reset by peer的情况。 ### Environment - MOSN Version - image:mosnio/proxyv2:v1.0.0-v1.12.6 ### Logs - Paste the logs you see. istio:1.11.4

### Describe the bug https://github.com/mosn/mosn/blob/master/pkg/upstream/cluster/health.go#L46 ### Expected behavior ### Actual behavior ### Steps to reproduce ### Minimal yet complete reproducer code (or GitHub URL to code) ### Environment - MOSN...

通过查看 metrics 设计实现,期待 metrics 中数据管理功能迁移到 https://github.com/mosn/pkg 项目下。 ## metrics 设计实现 metrics 当前实现设计可以拆分三部分: 指标使用, 指标保存, 指标上报。 指标使用:指在数据的流程运行中,使用创建的指标进行数据记录,如果 downstream 接口中 counter 的统计。 metrics 指标保存:对于数据指标创建和读取的管理,目前主要有蚂蚁的 mosn,其他公司的 mosn,已经插件 mosn 在创建指标过程中都需要依赖指标管理 。 metrics 上报:把本次保存的指标数据上报到三方平台,例如 sink...

feature:http2 support multiplex and keepalive.

cla:yes
size/XL
First-time contributor

### The New Feature Describe the new feature you want to support clearly. ### Your scenes Describe your use scenes (why need this feature). ### Your advice Describe the advice...