mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-07-12 14:18:33 +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', 'privatetoken', '*', '*'),
|
||||||
('authentication', 'connectiontoken', 'delete,change', 'connectiontoken'),
|
('authentication', 'connectiontoken', 'delete,change', 'connectiontoken'),
|
||||||
('authentication', 'connectiontoken', 'view', 'connectiontokensecret'),
|
('authentication', 'connectiontoken', 'view', 'connectiontokensecret'),
|
||||||
|
('authentication', 'ssotoken', 'change,delete', 'ssotoken'),
|
||||||
('authentication', 'superconnectiontoken', 'change,delete', 'superconnectiontoken'),
|
('authentication', 'superconnectiontoken', 'change,delete', 'superconnectiontoken'),
|
||||||
('authentication', 'temptoken', 'delete', 'temptoken'),
|
('authentication', 'temptoken', 'delete', 'temptoken'),
|
||||||
('users', 'userpasswordhistory', '*', '*'),
|
('users', 'userpasswordhistory', '*', '*'),
|
||||||
|
Loading…
Reference in New Issue
Block a user