Barts-Life-Science / Support

A repository for documentation and support.
0 stars 0 forks source link

Presenting/Accepting Workspace Data to/from the Hospital #4

Open stevennewhouse opened 1 month ago

stevennewhouse commented 1 month ago

A request from the Data Science team for TRE Beta.

Some of their projects want to present processed data back to the clinical team. The clinical team do not need direct access to the project workspace so some sort of web interface would be desirable.

  1. Maintain the isolation of the project workspace and issue TRE accounts that he clinical staff have to log into to access the internal environment to view/enter data as required. Requires us to issue more accounts, but maintain network isolation. Risk of having to support unskilled users inside the TRE.
  2. Allow the project workspace to run a web service that is exposed to named authenticated users on the hospital network allowed to view/enter the web service. Breaks the network isolation of the project workspace, but only pushes the perimeter back a bit to named users.
  3. Do the same as (2), but split this up into 2 workspaces or 2 network areas within the TRE so we limit the exposed data. Possibly safer but still need to transfer data safely between the two areas.