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

## Who is using Polaris Thank everyone for choosing Polaris. We created this issue to collect use cases so we can drive the Polaris community to evolve in the right...

need discuss

**What is the feature you want to add?** Documentation - [ ] Polaris Deployment - [x] standalone installation guild (done) - [x] cluster installation guild(done) - [x] configuration guild(done) -...

documentation
enhancement
help wanted

**What is the feature you want to add?** Combine polaris with surrounding ecological components - [ ] gRPC - [x] grpc-go-polaris (https://github.com/polarismesh/grpc-go-polaris. Welcome to improve together) - [x] grpc-java-polaris (https://github.com/polarismesh/grpc-java-polaris...

good first issue
help wanted

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

enhancement
help wanted
service
good advanced issue

**What is the feature you want to add?** 1. 一个统一的事件中心 2. 每种事件有自己单独的publisher,每种事件的产生、发布、消费互不影响 3. 将原本的服务事件插件与该事件中心组合,建立一个Listener,该Listener的逻辑代替原本discoverevent的逻辑 4. 后续基于此事件中心,实现配置相关事件的暴露、持久化日志等操作 **Why do you want to add this feature?** **How to implement this feature?** **Additional...

enhancement
good advanced issue

**Describe the bug** when i execute the install script .\tool\start.bat **To Reproduce** Steps to reproduce the behavior. ![1655964572521](https://user-images.githubusercontent.com/104772676/175227487-a4a84f68-a226-42c9-96ea-ec2fff58274a.jpg) .\tool\start.bat The POLARIS_HOME environment variable is not defined correctly This environment variable...

wait-fill-issue-info
need-feedback
install

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

enhancement
service

https://github.com/Tencent/spring-cloud-tencent/issues/233

bug
service

**What is the feature you want to add?** 能否提供一种方法,让所有polaris的用户都能够在特定namespace下创建service资源 **Why do you want to add this feature?** **前提**:polaris开启了用户权限控制(Auth)功能 **背**景:我们会建立一些公开(public)的namespace,例如Development、Production,在开启了Auth的情况下,需要增加一个用户组,把所有用户添加到这个用户组中,在用户组的用户才能够在public的namespace下创建service。但是,用户数量是会变化的,新增用户时,如果每次都要管理员操作一下,添加新用户到这个用户组,整个过程会比较繁琐,效率较低。因此,希望有一种更高效率的方式,既能保留使用用户权限控制,也能添加公开的namespace。 **How to implement this feature?** 当前能想到有两个方法: - **方法一**: 在用户组添加用户列表时,提供一个“所有用户”的选项,这个选项能够自动关联所有的已创建用户,新用户添加后也会自动被加入到这个用户组中,管理员无需额外操作 - **方法二**:为某些特定资源,比如具体的某一个namespace,可以单独设置为公开(public),此时这个特定资源不会再收到权限控制的束缚,当然其里面的子资源还是会收到权限控制的

need discuss
service

. Net 6 includes a number of performance improvements which I suggest to support.

enhancement
help wanted
good advanced issue
client