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 A用户新建一个应用,将应用负责人、应用管理员都仅设置为B用户。此时也为A用户赋予了默认namespace的编辑、发布权限,不应该给A用户任何权限的。
To Reproduce Steps to reproduce the behavior: 1.新建一个应用,将应用负责人、应用管理员都仅设置为B用户
Expected behavior A用户没有任何权限
apollo/apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/defaultimpl/DefaultRoleInitializationService.java
Lines 83 to 89 in 49bd8cc
应该赋权限给用户Sets.newHashSet(app.getOwnerName()),而不是Sets.newHashSet(operator)
The text was updated successfully, but these errors were encountered:
I believe this is a bug, would you please help to submit a pull request to fix it?
Sorry, something went wrong.
see this #5191
Successfully merging a pull request may close this issue.
Describe the bug
A用户新建一个应用,将应用负责人、应用管理员都仅设置为B用户。此时也为A用户赋予了默认namespace的编辑、发布权限,不应该给A用户任何权限的。
To Reproduce
Steps to reproduce the behavior:
1.新建一个应用,将应用负责人、应用管理员都仅设置为B用户
Expected behavior
A用户没有任何权限
Additional Details & Logs
apollo/apollo-portal/src/main/java/com/ctrip/framework/apollo/portal/spi/defaultimpl/DefaultRoleInitializationService.java
Lines 83 to 89 in 49bd8cc
应该赋权限给用户Sets.newHashSet(app.getOwnerName()),而不是Sets.newHashSet(operator)
The text was updated successfully, but these errors were encountered: