File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
source/reference/minio-server/settings Expand file tree Collapse file tree 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
121121Static Key Files
122122----------------
123123
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+
124130Provide a static KMS key or key file to use for encryption.
125131
126132.. envvar :: MINIO_KMS_SECRET_KEY
@@ -131,3 +137,4 @@ Provide a static KMS key or key file to use for encryption.
131137.. envvar :: MINIO_KMS_SECRET_KEY_FILE
132138
133139 Path to the file to read the static KMS key from.
140+
You can’t perform that action at this time.
0 commit comments