AgPipeline / issues-and-projects

Repository for issues and projects
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Allow for override of file upload/storage location through system configuration #536

Open Chris-Schnaufer opened 3 years ago

Chris-Schnaufer commented 3 years ago

Task to do Allow administrators of Atlana (DPP UI) disable default-upload-isolation mechanism

Reason Right now, each user's server-side file system view is isolated from every other user's. The issue is to allow that behavior to be overridden with the following effects:

Result The files available on the server are accessible, removing the requirement to (almost) always upload the files a user wants to use

*Other options Require users to self identify and use that ID for isolating uploads and existing server-side files. This has the problem of adding/requiring a layer of authentication to the interface; potentially making it less portable and adding more complexity to Atlana (implementing credential management).

Notes This has no impact on remote storage mechanisms, such as IRODS=