Mercurial > hg > orthanc-book
changeset 942:4a2b55b602fe
security
author | Alain Mazy <am@osimis.io> |
---|---|
date | Mon, 24 Apr 2023 11:34:49 +0200 |
parents | 6b9bd2520680 |
children | e5bfa890c265 |
files | Sphinx/source/faq/security.rst |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/faq/security.rst Fri Apr 21 09:19:24 2023 +0200 +++ b/Sphinx/source/faq/security.rst Mon Apr 24 11:34:49 2023 +0200 @@ -137,6 +137,13 @@ ``OrthancPluginRegisterIncomingHttpRequestFilter2()`` function provided by the Orthanc plugin SDK. +* Don't forget that, if you are using a Database Server to store your + index, you can deploy + :ref:`multiple Orthanc instances connected to the same DB <multiple-writers>`. + You may therefore have one Orthanc that is public facing with a very strict + secure configuration and one Orthanc that is not public facing and less + secured that is accessible e.g. only to your backend application or your + scripts. **Remark:** These parameters also apply to the :ref:`DICOMweb server plugin <dicomweb>`.