This repository was archived by the owner on Dec 6, 2024. It is now read-only.
v5.2.0
5.2.0 (2022-06-01)
Features
-
TRE Enhancements (#993) (a843926):
- Support for Centralized AMI: Allows customers to use a centralized DevOps account for building and hosting AMIs so that these AMIs can be made available to multiple SWB installations.
enableAmiSharinganddevopsProfileconfiguration settings have been added, disabled by default. These can be overriden in yourmain/config/settings/<stage>.ymlfile.
- Restrict access to data for Admin Role: The admin will be allowed to view another researchers' workspaces in the Service Workbench portal, but will not be able connect to them. This ensures the admins do not get indirect access to data sources of other users. Admins can also be restricted to being BYOB data source owners without being a BYOB study admins.
restrictAdminWorkspaceConnectionanddisableAdminBYOBSelfAssignmentconfiguration settings have been added, disabled by default. These can be overriden in yourmain/config/settings/<stage>.ymlfile.
- Restricted data upload capabilities for Researcher Profile: Users with a researcher role will not have the ability to create a study or upload files to any study, allowing organization to have more control over the study creation and data ingestion.
disableStudyUploadByResearcherconfiguration setting has been added, disabled by default. This can be overridden in yourmain/config/settings/<stage>.ymlfile.
For more information about these flags, please take a look at our User Guide document.
- Support for Centralized AMI: Allows customers to use a centralized DevOps account for building and hosting AMIs so that these AMIs can be made available to multiple SWB installations.