Problem with permission handling
User1 is in group1 and group2. User1 creates processflow1 while logged into group1, this flow uses activities in group2. When user1 runs processflow1 the user gets a permissions error for the activities that he created in group2 even though the user has RWX permissions on the activity.
Our client wants to be able to use the activities in group2 for processflows in group1, based on the 'owner' permissions.
In order to solve this problem the client now resolves to adding rwx permissions to 'others' in order to overcome the problem, which could lead to security issues.
-
If a User is contained in two Groups and you have created an activity by logging into through Group1 and want to execute that activity by logging into through Group2. Then you will be only able to execute that activity from Group2 if you have given RWX permissions to "Others" while creating that activity from Group1 as the Group level permissions has provided the priority over the User permissions and are overridden by the Group level permissions.
0
Post is closed for comments.
Comments
1 comment