From a3cf048e3f52a8f00f8ad8289389e73b70f09a16 Mon Sep 17 00:00:00 2001 From: Simon Li Date: Wed, 7 Jun 2023 15:15:31 +0100 Subject: [PATCH] Rewrite database section (server vs data) --- docs/source/standard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/standard.md b/docs/source/standard.md index d3d58a14..6f05874c 100644 --- a/docs/source/standard.md +++ b/docs/source/standard.md @@ -197,9 +197,9 @@ SQL, noSQL, etc. :name: tab-end-user-software-tools * - Statement - Guidance -* - A TRE may make data available to researchers using comonly used databases such as PostgreSQL, MSSQL, MongoDB, etc. +* - A TRE may make data available to researchers using comonly used databases servers such as PostgreSQL, MSSQL, MongoDB, etc. - Databases must be secured and only accessible to users within the same project. - If shared database servers are used database administrators must ensure the database enforces segregation of users. + If shared (multi-tenant) database servers are used database administrators must ensure the database server enforces segregation of users and databases. ``` ### 2.2 Infrastructure analytics