annotate Sphinx/source/plugins/object-storage.rst @ 1053:600547006d14

added STL_PLUGIN_ENABLED
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 06 Apr 2024 11:26:00 +0200
parents 5d4701d8fe28
children e1f7f1e2d148
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
1 .. _object-storage:
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
2
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
3
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
4 Cloud Object Storage plugins
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
5 ============================
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
6
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
7 .. contents::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
8
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
9 Release notes
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
10 -------------
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
11
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
12 Release notes are available `here
991
1316bc62b5d5 migration to UCLouvain servers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 990
diff changeset
13 <https://orthanc.uclouvain.be/hg/orthanc-object-storage/file/default/NEWS>`__
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
14
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
15 Introduction
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
16 ------------
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
17
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
18 These 3 plugins enable storing the Orthanc files in `Object Storage <https://en.wikipedia.org/wiki/Object_storage>`__
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
19 at the 3 main Cloud providers: `AWS <https://aws.amazon.com/s3/>`__,
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
20 `Azure <https://azure.microsoft.com/en-us/services/storage/blobs/>`__ &
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
21 `Google Cloud <https://cloud.google.com/storage>`__
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
22
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
23 Storing Orthanc files in object storage and your index SQL in a
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
24 managed database allows you to have a stateless Orthanc that does
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
25 not store any data in its local file system which is highly recommended
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
26 when deploying an application in the cloud.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
27
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
28
459
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
29 Pre-compiled binaries
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
30 ---------------------
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
31
1023
5d4701d8fe28 replaced osimis/orthanc by orthancteam/orthanc
Alain Mazy <am@osimis.io>
parents: 1014
diff changeset
32 These 3 plugins are provided as part of the ``orthancteam/orthanc`` :ref:`Docker images <docker-orthancteam>`.
881
Alain Mazy <am@osimis.io>
parents: 880
diff changeset
33 The AWS plugin is available in the default Docker images while the Azure and Google plugins are available
Alain Mazy <am@osimis.io>
parents: 880
diff changeset
34 in the ``-full`` images.
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
35
994
df9162e80fc8 Osimis has discontinued the sample demo server for the Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 991
diff changeset
36 The Azure plugin is also available as part of the `Windows Installer
df9162e80fc8 Osimis has discontinued the sample demo server for the Osimis Web viewer
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 991
diff changeset
37 <https://orthanc.uclouvain.be/downloads/windows-64/installers/index.html>`__
904
a4a02709b188 azure in win installer
Alain Mazy <am@osimis.io>
parents: 885
diff changeset
38 (only for 64bits platform).
a4a02709b188 azure in win installer
Alain Mazy <am@osimis.io>
parents: 885
diff changeset
39
459
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
40 These plugins are used to interface Orthanc with commercial and
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
41 proprietary cloud services that you accept to pay. As a consequence,
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
42 the Orthanc project usually doesn't freely update them or fix them unless
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
43 the requester purchases a support contract e.g. at `Orthanc Team <https://orthanc.team>`__.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
44
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
45 Although you are obviously free to compile these plugins by
459
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
46 yourself (instructions are given below), purchasing such support
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
47 contracts makes the Orthanc project sustainable in the long term, to
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
48 the benefit of the worldwide community of medical imaging.
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
49
a4ed4e883337 highlighting the pre-compiled binaries for google, aws and azure
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 453
diff changeset
50
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
51 Configuration
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
52 -------------
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
53
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
54 .. highlight:: json
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
55
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
56 AWS S3 plugin
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
57 ^^^^^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
58
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
59 Sample configuration::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
60
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
61 "AwsS3Storage" : {
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
62 "BucketName": "test-orthanc-s3-plugin",
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
63 "Region" : "eu-central-1",
685
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
64 "AccessKey" : "AKXXX", // optional: if not specified, the plugin will use the default credentials manager (available from version 1.3.0)
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
65 "SecretKey" : "RhYYYY", // optional: if not specified, the plugin will use the default credentials manager (available from version 1.3.0)
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
66 "Endpoint": "", // optional: custom endpoint
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
67 "ConnectionTimeout": 30, // optional: connection timeout in seconds
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
68 "RequestTimeout": 1200, // optional: request timeout in seconds (max time to upload/download a file)
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
69 "RootPath": "", // optional: see below
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
70 "MigrationFromFileSystemEnabled": false, // optional: see below
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
71 "StorageStructure": "flat", // optional: see below
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
72 "EnableLegacyUnknownFiles": true, // optional: see below
685
6bc19941ffcd AWS doc
Alain Mazy <am@osimis.io>
parents: 647
diff changeset
73 "VirtualAddressing": true, // optional: see the section related to MinIO
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
74 "StorageEncryption" : {}, // optional: see the section related to encryption
988
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
75 "HybridMode": "Disabled", // optional: see the section related to Hybrid storage
990
27b75c653a8b metrics
Alain Mazy <am@osimis.io>
parents: 989
diff changeset
76 "UseTransferManager": false, // optional: see below (available from version 2.3.0)
27b75c653a8b metrics
Alain Mazy <am@osimis.io>
parents: 989
diff changeset
77 "EnableAwsSdkLogs": false // optional: include AWS SDK logs in Orthanc logs
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
78 }
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
79
464
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
80 The **EndPoint** configuration is used when accessing an S3 compatible cloud provider. I.e. here is a configuration to store data on Scaleway::
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
81
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
82 "AwsS3Storage" : {
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
83 "BucketName": "test-orthanc",
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
84 "Region": "fr-par",
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
85 "AccessKey": "XXX",
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
86 "SecretKey": "YYY",
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
87 "Endpoint": "s3.fr-par.scw.cloud"
505
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
88 }
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
89
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
90
989
Alain Mazy <am@osimis.io>
parents: 988
diff changeset
91 The **UseTransferManager** configuration is used to select the `Transfer Manager <https://docs.aws.amazon.com/sdk-for-cpp/v1/developer-guide/examples-s3-transfermanager.html>`__ mode in the AWS SDK client.
Alain Mazy <am@osimis.io>
parents: 988
diff changeset
92 This option was introduced in version 2.3.0. If set to false (default value), the default "object" mode is used.
988
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
93
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
94
746
b2b1ba11faaa grow storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 714
diff changeset
95 .. _minio:
b2b1ba11faaa grow storage area
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 714
diff changeset
96
505
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
97 Emulation of AWS S3 using MinIO
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
98 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
99
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
100 .. highlight:: bash
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
101
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
102 The `MinIO project <https://min.io/>`__ can be used to emulate AWS S3
507
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
103 for local testing/prototyping. Here is a sample command to start a
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
104 MinIO server on your local computer using Docker (evidently, make sure
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
105 to set different credentials)::
505
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
106
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
107 $ docker run -p 9000:9000 \
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
108 -e "MINIO_REGION=eu-west-1" \
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
109 -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" \
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
110 -e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MNG/bPxRfiCYEXAMPLEKEY" \
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
111 minio/minio server /data
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
112
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
113 .. highlight:: json
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
114
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
115 Note that the ``MINIO_REGION`` must be set to an arbitrary region that
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
116 is supported by AWS S3.
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
117
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
118 You can then open the URL `http://localhost:9000/
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
119 <http://localhost:9000/>`__ with your Web browser to create a bucket,
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
120 say ``my-sample-bucket``.
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
121
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
122 Here is a corresponding full configuration for Orthanc::
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
123
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
124 {
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
125 "Plugins" : [ <...> ],
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
126 "AwsS3Storage" : {
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
127 "BucketName": "my-sample-bucket",
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
128 "Region" : "eu-west-1",
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
129 "Endpoint": "http://localhost:9000/",
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
130 "AccessKey": "AKIAIOSFODNN7EXAMPLE",
506
30d415f2b8ee fix minio sample
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 505
diff changeset
131 "SecretKey": "wJalrXUtnFEMI/K7MNG/bPxRfiCYEXAMPLEKEY",
505
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
132 "VirtualAddressing" : false
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
133 }
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
134 }
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
135
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
136 Note that the ``VirtualAddressing`` option must be set to ``false``
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
137 for such a `local setup with MinIO to work
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
138 <https://github.com/aws/aws-sdk-cpp/issues/1425>`__. This option is
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
139 **not** available in releases <= 1.1.0 of the AWS S3 plugin.
507
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
140
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
141 **Important:** If you get the cryptic error message
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
142 ``SignatureDoesNotMatch The request signature we calculated does not
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
143 match the signature you provided. Check your key and signing
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
144 method.``, this most probably indicates that your access key or your
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
145 secret key doesn't match the credentials that were used while starting
a51542cfdfeb warning about minio credentials
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 506
diff changeset
146 the MinIO server.
505
e4bea5b97890 Emulation of AWS S3 using MinIO
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 504
diff changeset
147
464
5ea70331c0be AWS Endpoint doc
Alain Mazy <alain@mazy.be>
parents: 463
diff changeset
148
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
149 Azure Blob Storage plugin
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
150 ^^^^^^^^^^^^^^^^^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
151
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
152 Sample configuration::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
153
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
154 "AzureBlobStorage" : {
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
155 "ConnectionString": "DefaultEndpointsProtocol=https;AccountName=xxxxxxxxx;AccountKey=yyyyyyyy===;EndpointSuffix=core.windows.net",
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
156 "ContainerName" : "test-orthanc-storage-plugin",
647
Alain Mazy <am@osimis.io>
parents: 629
diff changeset
157 "CreateContainerIfNotExists": true, // available from version 1.2.0
502
4e426dec4fee Object-storage: RootPath
Alain Mazy <alain@mazy.be>
parents: 500
diff changeset
158 "RootPath": "", // see below
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
159 "MigrationFromFileSystemEnabled": false, // see below
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
160 "StorageStructure": "flat", // see below
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
161 "EnableLegacyUnknownFiles": true, // optional: see below
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
162 "StorageEncryption" : {} // optional: see the section related to encryption
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
163 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
164 }
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
165
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
166
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
167 Google Storage plugin
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
168 ^^^^^^^^^^^^^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
169
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
170 Sample configuration::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
171
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
172 "GoogleCloudStorage" : {
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
173 "ServiceAccountFile": "/path/to/googleServiceAccountFile.json",
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
174 "BucketName": "test-orthanc-storage-plugin",
502
4e426dec4fee Object-storage: RootPath
Alain Mazy <alain@mazy.be>
parents: 500
diff changeset
175 "RootPath": "", // see below
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
176 "MigrationFromFileSystemEnabled": false, // see below
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
177 "StorageStructure": "flat", // see below
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
178 "EnableLegacyUnknownFiles": true, // optional: see below
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
179 "StorageEncryption" : {} // optional: see the section related to encryption
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
180 "HybridMode": "Disabled" // optional: see the section related to Hybrid storage
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
181 }
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
182
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
183
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
184 Migration & Hybrid mode Storage structure
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
185 -----------------------------------------
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
186
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
187 Since version **2.1.0** of the plugins, an HybridMode as been introduced.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
188 This mode allows reading/writing files from both/to the file system and the object-storage.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
189
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
190 By default, the ``HybridMode`` is ``Disabled``. This means that the plugins will access
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
191 only the object-storage.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
192
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
193 When the ``HybridMode`` is set to ``WriteToFileSystem``, it means that new files received
885
Alain Mazy <am@osimis.io>
parents: 884
diff changeset
194 are stored on the file system. When accessing a file, it is first read from the file system
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
195 and, if it is not found on the file system, it is read from the object-storage.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
196
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
197 The ``WriteToFileSystem`` hybrid mode is useful for storing recent files on the file system for
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
198 better performance and old files on the object-storage for lower cost and easier backups.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
199
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
200 When the ``HybridMode`` is set to ``WriteToObjectStorage``, it means that new files received
885
Alain Mazy <am@osimis.io>
parents: 884
diff changeset
201 are stored on the object storage. When accessing a file, it is first read from the object storage
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
202 and, if it is not found on the object-storage, it is read from the file system.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
203
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
204 The ``WriteToObjectStorage`` hybrid mode is useful mainly during a migration from file system to
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
205 object-storage, e.g, if you have deployed a VM in a cloud with local file system storage and want
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
206 to move your files to object-storage without interrupting your service.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
207
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
208 Moving files between file-system and object-storage
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
209 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
210
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
211 When the ``HybridMode`` is set to ``WriteToFileSystem``, it is sometimes useful to move old files
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
212 to the object-storage for long term archive or to `pre-fetch` files from object-storage to file
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
213 system for improved performances e.g when before opening the study in a viewer.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
214
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
215 When the ``HybridMode`` is set to ``WriteToObjectStorage``, it is useful to move file from the
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
216 file system to the object storage to perform a full data migration to object-storage.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
217
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
218 To move files from one storage to the other, you should call the plugin Rest API::
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
219
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
220 $ curl -X POST http://localhost:8042/move-storage \
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
221 --data '{
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
222 "Resources": ["27f7126f-4f66fb14-03f4081b-f9341db2-53925988"],
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
223 "TargetStorage": "file-system",
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
224 "Asynchronous": true,
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
225 "Priority": 0
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
226 }'
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
227
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
228 This call creates a ``MoveStorageJob`` that can then be monitor to the ``/jobs`` route.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
229
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
230 The allowed values for ``TargetStorage`` are ``file-system`` or ``object-storage``.
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
231
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
232
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
233 Other configuration options
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
234 ---------------------------
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
235
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
236 The **StorageStructure** configuration allows you to select the way objects are organized
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
237 within the storage (``flat`` or ``legacy``).
500
Alain Mazy <alain@mazy.be>
parents: 499
diff changeset
238 Unlike the traditional file system in which Orthanc uses 2 levels
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
239 of folders, object storages usually have no limit on the number of files per folder and
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
240 therefore all objects are stored at the root level of the object storage. This is the
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
241 default ``flat`` behaviour. Note that, in the ``flat`` mode, an extension `.dcm` or `.json`
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
242 is added to the filename which is not the case in the legacy mode.
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
243
500
Alain Mazy <alain@mazy.be>
parents: 499
diff changeset
244 The ``legacy`` behaviour mimics the Orthanc File System convention. This is actually helpful
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
245 when migrating your data from a file system to an object storage since you can copy all the file
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
246 hierarchy as is.
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
247
1014
fcfd53aa7446 S3 rate limit
Alain Mazy <am@osimis.io>
parents: 994
diff changeset
248 *Note* : With AWS S3, there might be `some limitations <https://docs.aws.amazon.com/AmazonS3/latest/userguide/optimizing-performance.html>`__
fcfd53aa7446 S3 rate limit
Alain Mazy <am@osimis.io>
parents: 994
diff changeset
249 on the number of HTTP operations per *prefix*. Therefore, the ``legacy`` structure might
fcfd53aa7446 S3 rate limit
Alain Mazy <am@osimis.io>
parents: 994
diff changeset
250 overcome these limitations. Note that, as of today, no one could confirm it had a real impact on Orthanc.
fcfd53aa7446 S3 rate limit
Alain Mazy <am@osimis.io>
parents: 994
diff changeset
251
502
4e426dec4fee Object-storage: RootPath
Alain Mazy <alain@mazy.be>
parents: 500
diff changeset
252 The **RootPath** allows you to store the files in another folder as the root level of the
520
Alain Mazy <alain@mazy.be>
parents: 511
diff changeset
253 object storage. Note: it shall not start with a ``/``.
502
4e426dec4fee Object-storage: RootPath
Alain Mazy <alain@mazy.be>
parents: 500
diff changeset
254
4e426dec4fee Object-storage: RootPath
Alain Mazy <alain@mazy.be>
parents: 500
diff changeset
255 Note that you can not change these configurations once you've uploaded the first files in Orthanc.
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
256
880
ac9b677b73c3 object-storage 2.1.0
Alain Mazy <am@osimis.io>
parents: 811
diff changeset
257 The **MigrationFromFileSystemEnabled** configuration has been superseded by the **HybridMode** in v 2.1.0.
508
cf489ab9ca48 migration script for azure
Alain Mazy <alain@mazy.be>
parents: 502
diff changeset
258
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
259 The **EnableLegacyUnknownFiles** configuration has been introduced to allow recent version of the plugins (from 1.3.3)
1023
5d4701d8fe28 replaced osimis/orthanc by orthancteam/orthanc
Alain Mazy <am@osimis.io>
parents: 1014
diff changeset
260 continue working with data that was saved with Orthanc version around 1.9.3 and plugins version around 1.2.0 (e.g. orthancteam/orthanc:21.5.1 docker images).
766
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
261 With these specific versions, some ``.unk`` files were generated instead of ``.dcm.head`` files. With this configuration option enabled,
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
262 when reading files, the plugin will try both file extensions.
73ee8a489b24 object-storage: EnableLegacyUnknownFiles
Alain Mazy <am@osimis.io>
parents: 746
diff changeset
263 If you have ``.unk`` files in your storage, you must enable this configuration.
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
264
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
265 Sample setups
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
266 -------------
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
267
962
5df222ddd7d1 fix links to setup-samples
Alain Mazy <am@osimis.io>
parents: 947
diff changeset
268 You'll find sample deployments and more info in the `Orthanc Setup Samples repository <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/#markdown-header-for-software-integrators>`__ .
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
269
511
5b574520a34c performance tests for object-storage
Alain Mazy <alain@mazy.be>
parents: 509
diff changeset
270 Performances
5b574520a34c performance tests for object-storage
Alain Mazy <alain@mazy.be>
parents: 509
diff changeset
271 ------------
5b574520a34c performance tests for object-storage
Alain Mazy <alain@mazy.be>
parents: 509
diff changeset
272
962
5df222ddd7d1 fix links to setup-samples
Alain Mazy <am@osimis.io>
parents: 947
diff changeset
273 You'll find some performance comparison between VM SSDs and object-storage `here <https://github.com/orthanc-server/orthanc-setup-samples/tree/master/docker/performance-tests/>`__ .
511
5b574520a34c performance tests for object-storage
Alain Mazy <alain@mazy.be>
parents: 509
diff changeset
274
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
275
586
5f5519f1491a securing the storage
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 543
diff changeset
276 .. _client-side-encryption:
5f5519f1491a securing the storage
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 543
diff changeset
277
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
278 Client-side encryption
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
279 ----------------------
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
280
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
281 Although all cloud providers already provide encryption at rest, the plugins provide
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
282 an optional layer of client-side encryption . It is very important that you understand
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
283 the scope and benefits of this additional layer of encryption.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
284
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
285 Rationale
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
286 ^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
287
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
288 Encryption at rest provided by cloud providers basically compares with a file-system disk encryption.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
289 If someone has access to the disk, he won't have access to your data without the encryption key.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
290
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
291 With cloud encryption at rest only, if someone has access to the "api-key" of your storage or if one
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
292 of your admin inadvertently make your storage public, `PHI <https://en.wikipedia.org/wiki/Protected_health_information>`__ will leak.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
293
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
294 Once you use client-side encryption, you'll basically store packets of meaningless bytes on the cloud infrastructure.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
295 So, if an "api-key" leaks or if the storage is misconfigured, packets of bytes will leak but not PHI since
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
296 no one will be able to decrypt them.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
297
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
298 Another advantage is that these packets of bytes might eventually not be considered as PHI anymore and potentially
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
299 help you meet your local regulations (Please check your local regulations).
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
300
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
301 However, note that, if you're running entirely in a cloud environment, your decryption keys will still
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
302 be stored on the cloud infrastructure (VM disks - process RAM) and an attacker could still eventually gain access to this keys.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
303
884
Alain Mazy <am@osimis.io>
parents: 881
diff changeset
304 If Orthanc is running in your infrastructure with the Index DB on your infrastructure, and files are stored in the cloud,
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
305 the master keys will remain on your infrastructure only and there's no way the data stored in the cloud could be decrypted outside your infrastructure.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
306
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
307 Also note that, although the cloud providers also provide client-side encryption, we, as an open-source project,
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
308 wanted to provide our own implementation on which you'll have full control and extension capabilities.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
309 This also allows us to implement the same logic on all cloud providers.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
310
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
311 Our encryption is based on well-known standards (see below). Since it is documented and the source code is open-source,
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
312 feel-free to have your security expert review it before using it in a production environment.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
313
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
314 Technical details
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
315 ^^^^^^^^^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
316
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
317 Orthanc saves 2 kind of files: DICOM files and JSON summaries of DICOM files. Both files contain PHI.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
318
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
319 When configuring the plugin, you'll have to provide a **Master Key** that we can also call the **Key Encryption Key (KEK)**.
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
320
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
321 For each file being saved, the plugin will generate a new **Data Encryption Key (DEK)**. This DEK, encrypted with the KEK will be pre-pended to the file.
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
322
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
323 If, at any point, your KEK leaks or you want to rotate your KEKs, you'll be able to use a new one to encrypt new files that are being added
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
324 and still use the old ones to decrypt data. You could then eventually start a side script to remove usages of the leaked/obsolete KEKs.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
325
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
326 To summarize:
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
327
452
aef5c8b74381 fix + link to sample
Alain Mazy <alain@mazy.be>
parents: 451
diff changeset
328 - We use `Crypto++ <https://www.cryptopp.com/>`__ to perform all encryptions.
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
329 - All keys (KEK and DEK) are AES-256 keys.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
330 - DEKs and IVs are encrypted by KEK using CTR block cipher using a null IV.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
331 - data is encrypted by DEK using GCM block cipher that will also perform integrity check on the whole file.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
332
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
333 The format of data stored on disk is therefore the following:
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
334
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
335 - **VERSION HEADER**: 2 bytes: identify the structure of the following data currently `A1`
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
336 - **MASTER KEY ID**: 4 bytes: a numerical ID of the KEK that was used to encrypt the DEK
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
337 - **EIV**: 32 bytes: IV used by DEK for data encryption; encrypted by KEK
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
338 - **EDEK**: 32 bytes: the DEK encrypted by the KEK.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
339 - **CIPHER TEXT**: variable length: the DICOM/JSON file encrypted by the DEK
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
340 - **TAG**: 16 bytes: integrity check performed on the whole encrypted file (including header, master key id, EIV and EDEK)
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
341
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
342 Configuration
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
343 ^^^^^^^^^^^^^
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
344
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
345 .. highlight:: text
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
346
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
347 AES Keys shall be 32 bytes long (256 bits) and encoded in base64. Here's a sample OpenSSL command to generate such a key::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
348
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
349 openssl rand -base64 -out /tmp/test.key 32
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
350
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
351 Each key must have a unique id that is a uint32 number.
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
352
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
353 .. highlight:: json
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
354
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
355 Here's a sample configuration file of the `StorageEncryption` section of the plugins::
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
356
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
357 {
499
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
358 "GoogleCloudStorage" : {
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
359 "StorageEncryption" : {
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
360 "Enable": true,
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
361 "MasterKey": [3, "/path/to/master.key"], // key id - path to the base64 encoded key
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
362 "PreviousMasterKeys" : [
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
363 [1, "/path/to/previous1.key"],
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
364 [2, "/path/to/previous2.key"]
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
365 ],
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
366 "MaxConcurrentInputSize" : 1024 // size in MB
d255e02eb89d updated object-storage doc for 1.0.0
Alain Mazy <alain@mazy.be>
parents: 464
diff changeset
367 }
451
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
368 }
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
369 }
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
370
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
371 **MaxConcurrentInputSize**: Since the memory used during encryption/decryption can grow up to a bit more
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
372 than 2 times the input, we want to limit the number of threads doing concurrent processing according
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
373 to the available memory instead of the number of concurrent threads. Therefore, if you're currently
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
374 ingesting small files, you can have a lot of thread working together while, if you're ingesting large
938206110483 added object storage
Alain Mazy <alain@mazy.be>
parents:
diff changeset
375 files, threads might have to wait before receiving a "slot" to access the encryption module.
988
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
376
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
377
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
378 Compilation
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
379 -----------
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
380
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
381 .. highlight:: text
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
382
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
383 The procedure to compile the plugins is quite similar of that for the
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
384 :ref:`core of Orthanc <compiling>` although they usually require
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
385 some prerequisites. The documented procedure has been tested only
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
386 on a Debian Buster machine.
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
387
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
388 The compilation of each plugin produces a shared library that contains
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
389 the plugin.
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
390
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
391
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
392 AWS S3 plugin
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
393 ^^^^^^^^^^^^^
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
394
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
395 Prerequisites: Compile the AWS C++ SDK::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
396
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
397 $ mkdir ~/aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
398 $ cd ~/aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
399 $ git clone https://github.com/aws/aws-sdk-cpp.git
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
400 $
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
401 $ mkdir -p ~/aws/builds/aws-sdk-cpp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
402 $ cd ~/aws/builds/aws-sdk-cpp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
403 $ cmake -DBUILD_ONLY="s3;transfer" ~/aws/aws-sdk-cpp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
404 $ make -j 4
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
405 $ make install
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
406
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
407 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
408
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
409 $ ./vcpkg install cryptopp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
410
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
411 Compile::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
412
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
413 $ mkdir -p build/aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
414 $ cd build/aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
415 $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
416
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
417
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
418 **NB:** If you don't want to use vcpkg, you can use the following
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
419 command (this syntax is not compatible with Ninja yet)::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
420
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
421 $ cmake -DCMAKE_BUILD_TYPE=Debug -DUSE_VCPKG_PACKAGES=OFF -DUSE_SYSTEM_GOOGLE_TEST=OFF ../../orthanc-object-storage/Aws
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
422 $ make
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
423
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
424 Crypto++ must be installed (on Ubuntu, run ``sudo apt install libcrypto++-dev``).
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
425
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
426
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
427 Azure Blob Storage plugin
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
428 ^^^^^^^^^^^^^^^^^^^^^^^^^
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
429
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
430 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
431
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
432 $ ./vcpkg install cryptopp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
433 $ ./vcpkg install azure-storage-cpp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
434
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
435
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
436 Compile::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
437
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
438 $ mkdir -p build/azure
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
439 $ cd build/azure
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
440 $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/Azure
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
441
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
442 Google Storage plugin
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
443 ^^^^^^^^^^^^^^^^^^^^^
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
444
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
445 Prerequisites: Install `vcpkg <https://github.com/Microsoft/vcpkg>`__ dependencies::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
446
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
447 $ ./vcpkg install cryptopp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
448 $ ./vcpkg install google-cloud-cpp
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
449
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
450 Compile::
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
451
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
452 $ mkdir -p build/google
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
453 $ cd build/google
afea429661c2 S3 transfer mode
Alain Mazy <am@osimis.io>
parents: 962
diff changeset
454 $ cmake -DCMAKE_TOOLCHAIN_FILE=[vcpkg root]\scripts\buildsystems\vcpkg.cmake ../../orthanc-object-storage/google