Skip to content

Commit d48cb3e

Browse files
committed
Adding admonition for static KMS key
1 parent b7935b5 commit d48cb3e

File tree

1 file changed

+7
-0
lines changed
  • source/reference/minio-server/settings

1 file changed

+7
-0
lines changed

source/reference/minio-server/settings/kes.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,12 @@ Define the following variables to use `MinIO KMS <https://min.io/product/enterpr
121121
Static 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+
124130
Provide 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+

0 commit comments

Comments
 (0)