feat: exclude SSO token permissions for change and delete actions

This commit is contained in:
Ewall555 2025-07-08 07:17:19 +00:00 committed by 老广
parent 9a446c118b
commit 33b0068f49

View File

@ -24,6 +24,7 @@ exclude_permissions = (
('authentication', 'privatetoken', '*', '*'),
('authentication', 'connectiontoken', 'delete,change', 'connectiontoken'),
('authentication', 'connectiontoken', 'view', 'connectiontokensecret'),
('authentication', 'ssotoken', 'change,delete', 'ssotoken'),
('authentication', 'superconnectiontoken', 'change,delete', 'superconnectiontoken'),
('authentication', 'temptoken', 'delete', 'temptoken'),
('users', 'userpasswordhistory', '*', '*'),