We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug nacos 开启授权认证后,新建的用户在分配自定义的命名空间,其实是没有问题的,只有在分配public的时候才会403错误
Expected behavior 预期行为应该是新建的用户可以正常访问自定义的命名空间内容
Acutally behavior 实际在启动discovery时候,如果新用户分配了public命名空间,会导致启动的时候报403错误
How to Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
@i will solve it@
Sorry, something went wrong.
这个问题上次碰到过,其实就是分配权限的时候没有把public的权限写到数据库,鉴权的时候又从数据库读取了 可以在permissions表临时插入权限数据规避这个问题 如: ROLE_PROD_READ prod:: r ROLE_PROD_READ public:: rw
No branches or pull requests
Describe the bug
nacos 开启授权认证后,新建的用户在分配自定义的命名空间,其实是没有问题的,只有在分配public的时候才会403错误
Expected behavior
预期行为应该是新建的用户可以正常访问自定义的命名空间内容
Acutally behavior
实际在启动discovery时候,如果新用户分配了public命名空间,会导致启动的时候报403错误
How to Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: