File tree 1 file changed +7
-0
lines changed
source/reference/minio-server/settings
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,12 @@ Define the following variables to use `MinIO KMS <https://min.io/product/enterpr
121
121
Static Key Files
122
122
----------------
123
123
124
+ .. warning ::
125
+
126
+ These settings support early development and evaluation of Server-Side Encryption of Objects without depending on an external KMS.
127
+ Do not use these settings in any extended development, QA, or production environments.
128
+ See :ref: `minio-sse-vault ` for guidance on deploying SSE using MinIO Key Encryption Service (KES) and an external KMS.
129
+
124
130
Provide a static KMS key or key file to use for encryption.
125
131
126
132
.. envvar :: MINIO_KMS_SECRET_KEY
@@ -131,3 +137,4 @@ Provide a static KMS key or key file to use for encryption.
131
137
.. envvar :: MINIO_KMS_SECRET_KEY_FILE
132
138
133
139
Path to the file to read the static KMS key from.
140
+
You can’t perform that action at this time.
0 commit comments