Bug #2299
closedwhen an experiment is shared to another user with data processing privilege, the data still can not be processed
0%
Description
This has surfaced twice recently.
Users in user group should be processing experiment others share with them.
Updated by Anchi Cheng over 11 years ago
- Status changed from Assigned to In Code Review
- Assignee changed from Anchi Cheng to Ryan Hoffman
r171477 checks for experiment accessing privilage instead of project owning.
Ryan, this is the same bug that caused problem between your group members when you shared experiment. The change should take effect tomorrow. Anyone in your group can test.
Updated by Ryan Hoffman over 11 years ago
- Status changed from In Code Review to In Test
Code looks good. Changing status to "In Test."
Updated by Ryan Hoffman over 11 years ago
Just to confirm, this isn't expected to fix any cluster-level permission issues. If I'm working on Garibaldi, and my run is in a subdirectory of another user, that still won't work (because of normal UNIX permissions.)
So, I need to specify something like --rundir=$HOME/output-directory
, in this scenario, right?
Updated by Ryan Hoffman over 11 years ago
- Assignee changed from Ryan Hoffman to Anchi Cheng
If this is not supposed to (somehow) get around permissions issues regarding processing directories, then this successfully tested. Users can view each others' data, when shared using the Appion "Project DB" tool and processing runs can be launched.
Updated by Anchi Cheng over 11 years ago
- Status changed from In Test to Closed
You are right about file permission issues. This can not overcome that. myamiweb is not designed to allow that kind of power.