polarismesh / polaris

Service Discovery and Governance Platform for Microservice and Distributed Architecture
https://polarismesh.cn
Other
2.41k stars 399 forks source link

希望能够添加更多网关特性 #1244

Closed Cloud-Yao closed 6 months ago

Cloud-Yao commented 1 year ago

What is the feature you want to add? 希望能够在Polaris中增加更多网关的特性,例如JWT认证,基于Key的认证/限流,自定义应答,请求路径重写,WAF防护,域名管理,证书管理等等。 之前看到阿里开源的一个Higress网关将南北流量和东西流量进行统一管理,希望在这边也能够借鉴一下。目前我看的网关支持的是Envoy Gateway和Nginx Gateway,但是好像都没有上述的功能。 Why do you want to add this feature? 阿里的那一套全家桶感觉太分散了,Polaris目前体验下来产品集成度比阿里的那套高不少,但是功能特性比阿里的组件还差不少,作为开发者希望能够在一个平台上能够完成整个微服务的治理工作,包括网关,服务注册,限流,熔断等等,这样的话可以不用在不同的平台(组件)切换,很方便的在一个控制台就完成了所有的微服务治理工作。 How to implement this feature?

Additional context Add any other context or screenshots about the feature request here.

chuntaojun commented 1 year ago

@Cloud-Yao 目前 polaris 的 mesh 这一块只会专注服务网格的场景,网关这一块我们还是推荐更为专业的开源项目,higress、apisix 之类的,但是后续我们也会考虑说将 polaris 的注册发现能力对接到上述的几个项目中去