mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-09-06 09:51:00 +00:00
fix: 移除TICKET_ENABLED配置;系统设置API限制权限
This commit is contained in:
@@ -42,8 +42,8 @@ class SettingsApi(generics.RetrieveUpdateAPIView):
|
|||||||
}
|
}
|
||||||
|
|
||||||
rbac_category_permissions = {
|
rbac_category_permissions = {
|
||||||
# 'all': 'change_setting',
|
# 'all': 'view_setting',
|
||||||
'basic': 'change_basic',
|
'basic': 'view_setting',
|
||||||
'terminal': 'change_terminal',
|
'terminal': 'change_terminal',
|
||||||
'security': 'change_security',
|
'security': 'change_security',
|
||||||
'ldap': 'change_auth',
|
'ldap': 'change_auth',
|
||||||
|
Reference in New Issue
Block a user