diff --git a/horizon/data_manager/update_operations.py b/horizon/data_manager/update_operations.py index 9e331b8..86c4967 100644 --- a/horizon/data_manager/update_operations.py +++ b/horizon/data_manager/update_operations.py @@ -43,7 +43,7 @@ def _get_operations_for_update_role_assigment( yield DeleteOperation( fact=Fact( type="role_assignments", - attributes={"actor": user_key}, + attributes={"actor": f"user:{user_key}"}, ), ) for subject, roles in data.items():