1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00
Ravind Kumar
2024-04-15 14:58:26 -04:00
committed by GitHub
parent 24dd7edf49
commit e71bbe9040
6 changed files with 33 additions and 2 deletions

View File

@ -5,7 +5,8 @@
Enabling |SSE| on a MinIO deployment automatically encrypts the backend data for that deployment using the default encryption key.
MinIO *requires* access to KES *and* the root KMS to decrypt the backend and start normally.
MinIO *requires* access to KES and the external KMS to decrypt the backend and start normally.
The KMS **must** maintain and provide access to the :envvar:`MINIO_KMS_KES_KEY_NAME`.
You cannot disable KES later or "undo" the |SSE| configuration at a later point.
.. end-kes-encrypted-backend-desc