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
KubePi 版本
v1.9.0
Bug 描述 1、管理员首次为集群A添加用户A,权限只读 2、用户A登录,可以进入集群A,并且权限是只读 3、管理员修改用户A权限由只读变更为管理员。 4、用户A无法进入集群,权限丢失。
问题分析 在编辑时,逻辑是先删除再新增,这段逻辑存在BUG。 新增时候,有向DB写数据,编辑时候的新增逻辑变了
The text was updated successfully, but these errors were encountered:
wanghe-fit2cloud
No branches or pull requests
KubePi 版本
v1.9.0
Bug 描述
1、管理员首次为集群A添加用户A,权限只读
2、用户A登录,可以进入集群A,并且权限是只读
3、管理员修改用户A权限由只读变更为管理员。
4、用户A无法进入集群,权限丢失。
问题分析
在编辑时,逻辑是先删除再新增,这段逻辑存在BUG。
新增时候,有向DB写数据,编辑时候的新增逻辑变了
The text was updated successfully, but these errors were encountered: