mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-16 21:11:49 -05:00
super-user requests to HostDetail go through rbac
This commit is contained in:
@@ -1687,7 +1687,6 @@ class HostDetail(RetrieveUpdateDestroyAPIView):
|
||||
always_allow_superuser = False
|
||||
model = Host
|
||||
serializer_class = HostSerializer
|
||||
permission_classes = (HostPermission,)
|
||||
|
||||
|
||||
class InventoryHostsList(SubListCreateAttachDetachAPIView):
|
||||
|
||||
Reference in New Issue
Block a user