mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-12 06:08:22 +00:00
feat: exclude SSO token permissions for change and delete actions
This commit is contained in:
parent
9a446c118b
commit
33b0068f49
@ -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', '*', '*'),
|
||||
|
Loading…
Reference in New Issue
Block a user