You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Service registration permission authentication non-nacos account will appear 403 permission authentication failure, the specific code is located at com.alibaba.nacos.console.controller.NamespaceController#getNamespacesNamespace namespace0 = new Namespace("", "public", 200, persistService.configInfoCount(""), 0); public space will be in the permissions table insert ":*:*", when registering the service to authenticate permissions positioning com.alibaba.nacos.console.security.nacos.roles.NacosRoleServiceImpl#hasPermission Pattern .matches(permissionResource, permission.getResource() regular matching problems. permissionResource:":*:*", permission.getResource():"public:xxxx:xxxx "
Desktop (please complete the following information):
OS: [macos]
Version [nacos-server 1.4.0, nacos-client 1.4.0]
Module [nacos/console]
SDK [spring-cloud-alibaba-nacos:2.2.3]
The text was updated successfully, but these errors were encountered:
Describe the bug
Service registration permission authentication non-nacos account will appear 403 permission authentication failure, the specific code is located at
com.alibaba.nacos.console.controller.NamespaceController#getNamespaces
Namespace namespace0 = new Namespace("", "public", 200, persistService.configInfoCount(""), 0);
public space will be in the permissions table insert":*:*"
, when registering the service to authenticate permissions positioningcom.alibaba.nacos.console.security.nacos.roles.NacosRoleServiceImpl#hasPermission
Pattern .matches(permissionResource, permission.getResource()
regular matching problems. permissionResource:":*:*"
, permission.getResource():"public:xxxx:xxxx "
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: