polaris icon indicating copy to clipboard operation
polaris copied to clipboard

Service Discovery and Governance Platform for Microservice and Distributed Architecture

Results 143 polaris issues
Sort by recently updated
recently updated
newest added

**What is the feature you want to add?** 增加服务间调用鉴权功能,例如通过标签鉴权。 **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or screenshots...

enhancement

**Describe the bug** 北极星集成k8s,polaris-controller同步服务无法指定别名 **To Reproduce** **Expected behavior** 服务指定别名后可以正常注册 **Environment** polarismesh/polaris-server:v1.17.8 polarismesh/polaris-controller:v1.6.0 **Additional context**

bug

现在的设计是在consumer上报,因为只有consumer侧知道是哪个服务对哪个服务发起了调用,因为依赖客户端上报,如果客户端不是北极星应用就记录不了。 希望改为 server: 服务自身上报 client: 上报调用上游的信息 ![image](https://github.com/polarismesh/polaris/assets/106534114/6695c2c4-37c8-4e2d-b5ee-757a6b5c2dbe) ![image](https://github.com/polarismesh/polaris/assets/106534114/079c1ecd-878c-49c2-b37c-1bf2a13fc16c) 调用者: 会上报 当前服务名称,调用上游服务名称,上游状态码,上游调用耗时 被调用者: 会上报当前服务名称,下游调用者服务名称,当前服务响应时间,当前服务状态码

enhancement

**Describe the bug** 北极星上有个配置加密内容文件,然后Config类中有个创建bean的方法内,加入了这个property类,运行时此类为null ![image](https://github.com/polarismesh/polaris/assets/12265435/ada15dc5-9c8c-4192-ba9d-ccd5e8bf5bbf) **Environment** - Version: polaris-server-release_v1.17.5.linux.amd64 - OS: Mac m1 - Version: SpringCloud Tencent 1.12.1-2022.0.4

bug

配置文件多标签时排版需要优化

enhancement

**What is the feature you want to add?** 详细可参考sentinel官方文档,辛苦评估完善,进一步提高北极星的流量治理能力~ ![image](https://user-images.githubusercontent.com/32261659/220038358-dafd2455-43d1-4c70-b2e9-50c6f8e84dfe.png) **Why do you want to add this feature?** **How to implement this feature?** **Additional context** Add any other context or...

enhancement
service
good advanced issue
issue-shoot
spec

**What is the feature you want to add?** - 将北极星服务端的扩展点接口定义独立一个 gomod,方便外部开发者贡献服务端相关插件 **Why do you want to add this feature?** - 当前服务端扩展点接口定义在整个 polarismesh/polaris 这个项目 mod 中,开发者如果需要开发 polaris 插件,则需要引入整个 polarismesh/polaris 项目,造成循环依赖且无法很好的进行插件版本开发适配 **How...

enhancement

**Please provide issue(s) of this PR:** Fixes #1182 #1133 polaris-console相关的PR: https://github.com/polarismesh/polaris-console/pull/247 **To help us figure out who should review this PR, please put an X in all the areas that...

**Please provide issue(s) of this PR:** Fixes #1257 **To help us figure out who should review this PR, please put an X in all the areas that this PR affects.**...

**What is the feature you want to add?** - add storage for additional information about instance added by user on console. **Why do you want to add this feature?** -...

enhancement