abs-auth-rbac-core 0.1.17__py3-none-any.whl → 0.1.18__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of abs-auth-rbac-core might be problematic. Click here for more details.
- abs_auth_rbac_core/rbac/service.py +2 -2
- {abs_auth_rbac_core-0.1.17.dist-info → abs_auth_rbac_core-0.1.18.dist-info}/METADATA +1 -1
- {abs_auth_rbac_core-0.1.17.dist-info → abs_auth_rbac_core-0.1.18.dist-info}/RECORD +4 -4
- {abs_auth_rbac_core-0.1.17.dist-info → abs_auth_rbac_core-0.1.18.dist-info}/WHEEL +0 -0
|
@@ -189,11 +189,11 @@ class RBACService:
|
|
|
189
189
|
"""
|
|
190
190
|
with self.db() as session:
|
|
191
191
|
try:
|
|
192
|
+
user_permissions = session.query(UserPermission).filter(UserPermission.permission_uuid.in_(permission_uuids)).delete(synchronize_session=False)
|
|
192
193
|
permissions = session.query(Permission).filter(Permission.uuid.in_(permission_uuids))
|
|
193
194
|
for permission in permissions:
|
|
194
195
|
self.enforcer.remove_filtered_policy(1,permission.resource)
|
|
195
|
-
|
|
196
|
-
|
|
196
|
+
self.enforcer.save_policy()
|
|
197
197
|
permissions.delete(synchronize_session=False)
|
|
198
198
|
session.commit()
|
|
199
199
|
return True
|
|
@@ -17,11 +17,11 @@ abs_auth_rbac_core/models/user_role.py,sha256=20pqmtJPzlUrI9ulHGouk8XlFgrGG7I6ik
|
|
|
17
17
|
abs_auth_rbac_core/rbac/__init__.py,sha256=oYjtpmfrkEbwWCBAWuRoU1fM4fCpBxkF_lwQrelK1As,79
|
|
18
18
|
abs_auth_rbac_core/rbac/decorator.py,sha256=pEFAW0Nn2iE4KBctPhNOmO_VLeJFDX2V9v2LsCu6kHY,1824
|
|
19
19
|
abs_auth_rbac_core/rbac/policy.conf,sha256=wghhhKxgZH0rPhh1QFrIpq9nevJT3s7OxxvXiU3zzuI,305
|
|
20
|
-
abs_auth_rbac_core/rbac/service.py,sha256=
|
|
20
|
+
abs_auth_rbac_core/rbac/service.py,sha256=YKur4trtTc0N-u3oqrfAJf9yLOTzSU-Pn2qh5drciqs,37250
|
|
21
21
|
abs_auth_rbac_core/schema/__init__.py,sha256=v9xibJ8Wr9k0u6PEYNK0LCGUJD71SB5vxu9BZG0S7tM,46
|
|
22
22
|
abs_auth_rbac_core/schema/permission.py,sha256=XvxPU68FY0PFgkF4GR2bSrzNvFB8c8OgY_d0JOJvMc8,203
|
|
23
23
|
abs_auth_rbac_core/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
24
24
|
abs_auth_rbac_core/util/permission_constants.py,sha256=ICnn7mDoNt4_adUcbMjWtBeY2MgJu4F9qS5jRgR3nNU,92039
|
|
25
|
-
abs_auth_rbac_core-0.1.
|
|
26
|
-
abs_auth_rbac_core-0.1.
|
|
27
|
-
abs_auth_rbac_core-0.1.
|
|
25
|
+
abs_auth_rbac_core-0.1.18.dist-info/METADATA,sha256=F1uG5WazxHEz9jAwRqYAPfT1ccnpbLsYrOPT1DLXet4,6689
|
|
26
|
+
abs_auth_rbac_core-0.1.18.dist-info/WHEEL,sha256=fGIA9gx4Qxk2KDKeNJCbOEwSrmLtjWCwzBz351GyrPQ,88
|
|
27
|
+
abs_auth_rbac_core-0.1.18.dist-info/RECORD,,
|
|
File without changes
|