Skip to content

Commit

Permalink
refactor: update perm_insure.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
piglei committed Jul 18, 2024
1 parent bdb3e5c commit eb1eaba
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apiserver/paasng/paasng/infras/perm_insure/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,9 @@
"ExportToDjangoView",
"ResourceAPIView",
"PluginCallBackApiViewSet",
"PluginSelectionView",
# FIXME: Should update the permission checking logic
"ApplicationMigrationInfoAPIView",
# FIXME: bk_plugins permissions
"DistributorsViewSet",
"BkPluginTagsViewSet",
"SchemaViewSet",
"PluginSelectionView",
# APIs bound with current user/account context, such as creating new applications
# TODO: This type of views should use a same base class so that we can easily
# skip the insure checking for them.
Expand Down Expand Up @@ -81,6 +77,9 @@
"RegionTemplateViewSet",
"ChangelogViewSet",
"ResQuotaPlanOptionsView",
"DistributorsViewSet",
"BkPluginTagsViewSet",
"SchemaViewSet",
#
# == Django views start
#
Expand Down

0 comments on commit eb1eaba

Please sign in to comment.