# HG changeset patch # User Alain Mazy # Date 1682328889 -7200 # Node ID 4a2b55b602fe59f73cf6d2087434d5fc7cd945c8 # Parent 6b9bd2520680026c89acf3cc01c8a402043deb5f security diff -r 6b9bd2520680 -r 4a2b55b602fe Sphinx/source/faq/security.rst --- 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 `. + 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 `.