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
如微信群里沟通
我们想控制 “标记处理” 只允许管理员操作,在 server/projects/analysis/apps/codelint/apis/v2.py IssueResolutionUpdateView put 方法加了判断 request.user.is_staff 的逻辑
但是好像权限数据 analysis 和 main 是分开的,想问一下这块怎么同步?
TCA 各个微服务之间权限共享
The text was updated successfully, but these errors were encountered:
No branches or pull requests
需求背景
如微信群里沟通
我们想控制 “标记处理” 只允许管理员操作,在 server/projects/analysis/apps/codelint/apis/v2.py IssueResolutionUpdateView put 方法加了判断 request.user.is_staff 的逻辑
但是好像权限数据 analysis 和 main 是分开的,想问一下这块怎么同步?
需求
TCA 各个微服务之间权限共享
The text was updated successfully, but these errors were encountered: