xudingjun3131

Results 7 issues of xudingjun3131

i just saved some data in mysql database,when i edit it,it always return null for me. ![image](https://user-images.githubusercontent.com/16241230/148343227-918595ba-70e9-4894-98c3-9712d5e45b23.png) ![image](https://user-images.githubusercontent.com/16241230/148343318-fe49ccf4-5661-4ff8-959f-485335d2c94d.png)

在openldap里面。 LDAP_USER_MACHER_USER_ATTRIBUTE和LDAP_USER_MACHER_GROUP_ATTRIBUTE是通过gidnNumber来关联的。这样一个用户只能一个组。 实际的需求往往是用户和组是多对多的关系。 LDAP_GROUP_SEARCH_FILTER="(objectClass=posixGroup)",这里面的组里面是可以包含多个用户memberUid。 LDAP_GROUP_SEARCH_FILTER="(objectClass=groupOfUniqueNames)",这里面组可以包含多个用户uniqueMember,用户也可以支持多个组memberOf。 是否优化下下LDAP的用户和组的关系?

**KubePi 版本** 1.7.0 **Kubernetes 版本** 1.23.17 **Bug 描述** 使用nginx代理kubepi后,用post接口调用创建集群成员出现502,服务报错 **Bug 重现步骤(有截图更好)** 1:使用postman调用记录 ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/c1a9678d-43a7-4b92-989f-3a3a00bd2998) 2: kubepi服务报错 [HTTP Server] http: panic serving 192.168.0.140:56882: interface conversion: interface {} is nil, not *session.UserProfile goroutine...

**KubePi 版本** v1.7.0 **Kubernetes 版本** v1.23.17 **Bug 描述** 授权一个单独namespace权限,进去后还是可以看到所有的namespace名称,即使没有权限。 **Bug 重现步骤(有截图更好)** ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/b60c3536-b6cd-47c7-8972-2ccc597c4892)

huawei swr replicate images in pull mode can not Source resource filter i had config some filter but it cannot work, it always pull all images. ![image](https://github.com/goharbor/harbor/assets/16241230/f037b072-87fb-4e31-8853-26a8a82f934a) ![image](https://github.com/goharbor/harbor/assets/16241230/9d284d5a-84ba-425f-9aae-b9e6dea88fa1)

help wanted
area/replication
Stale

**KubePi 版本** v1.7.0 **Kubernetes 版本** v1.23.17 **Bug 描述** 在 工作负载-pod-文件浏览器里面点击文件无法查看下载,报错“invalid character '-' in numeric literal” 然后点击文件下载,下载后的tar包提示文件损坏,但是有部分文件又可以正常下载使用。 **Bug 重现步骤(有截图更好)** ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/4b4fd473-7ff9-4419-b6dd-c396e0eb9a6d) ![image](https://github.com/1Panel-dev/KubePi/assets/16241230/d9fc0504-21c3-4b34-9e3a-4e9e44e68cd8)

**KubePi 版本** v.1.8.0 **Kubernetes 版本** 1.28.6 **Bug 描述** 接口执行没有响应 POST /clusters/{cluster}/members ![image](https://github.com/user-attachments/assets/932461f6-04d3-4f1f-a98b-4b723c6e59cb) **Bug 重现步骤(有截图更好)** 直接调用 ![image](https://github.com/user-attachments/assets/932461f6-04d3-4f1f-a98b-4b723c6e59cb) postman调用也是一样。 ![image](https://github.com/user-attachments/assets/f79a46ed-8af3-4b1b-b389-72d77bf72dee) docker的日志也没有显示