fix: 修复apikey perm (#7918)

Co-authored-by: feng626 <1304903146@qq.com>
This commit is contained in:
fit2bot
2022-03-18 15:53:34 +08:00
committed by GitHub
parent d4e4015d91
commit ec9e5da653
2 changed files with 0 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ exclude_permissions = (
('common', 'setting', '*', '*'),
('authentication', 'privatetoken', '*', '*'),
('authentication', 'accesskey', 'change,delete', 'accesskey'),
('authentication', 'connectiontoken', 'change,delete', 'connectiontoken'),
('authentication', 'ssotoken', '*', '*'),
('authentication', 'superconnectiontoken', 'change,delete', 'superconnectiontoken'),