mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Update for early Dec 22 minio release (#671)
## Updates for `console` early Dec22 releases - Updated the instructions for registering for SUBNET from an airgapped Console environment - Minor typo in IAM doc. Closes #664 Two of the items in that issue did not actually impact the docs. One item is just a screenshot update that will be addressed later. ## Updates for `minio` early Dec22 releases - Adds info about `mc` installed with container images - Adds new envvar for KES enclaves Closes #665 - Updates `mc support inspect` to correct alias to target in command syntax
This commit is contained in:
@ -89,7 +89,7 @@ The command has the following syntax:
|
||||
|
||||
mc [GLOBALFLAGS] support inspect \
|
||||
[--legacy] \
|
||||
ALIAS
|
||||
TARGET
|
||||
|
||||
Parameters
|
||||
~~~~~~~~~~
|
||||
@ -99,10 +99,11 @@ Parameters
|
||||
|
||||
Use the older method of exporting inspection data, which does not encrypt data by default.
|
||||
|
||||
.. mc-cmd:: ALIAS
|
||||
.. mc-cmd:: TARGET
|
||||
:required:
|
||||
|
||||
The :ref:`alias <alias>` of the MinIO deployment.
|
||||
The path to the location or object to inspect.
|
||||
The path should include the `alias <alias>` of the MinIO deployment and, if needed, the prefix and/or object name.
|
||||
|
||||
|
||||
Global Flags
|
||||
|
@ -373,6 +373,7 @@ MinIO Console:
|
||||
Key Management Service and Encryption
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
||||
.. envvar:: MINIO_KMS_KES_ENDPOINT
|
||||
|
||||
The endpoint for the MinIO Key Encryption Service (KES) process to use
|
||||
@ -419,6 +420,14 @@ Key Management Service and Encryption
|
||||
- The encryption key for Server-Side Encryption with
|
||||
:ref:`SSE-S3 <minio-encryption-sse-s3>`.
|
||||
|
||||
.. envvar:: MINIO_KMS_KES_ENCLAVE
|
||||
|
||||
Use this optional environment variable to define the name of a KES enclave.
|
||||
A KES enclave provides an isolated space for its associated keys separate from other enclaves on a stateful KES server.
|
||||
|
||||
If not set, MinIO does not send enclave information.
|
||||
For a stateful KES server, this results in using the default enclave.
|
||||
|
||||
.. _minio-server-envvar-storage-class:
|
||||
|
||||
Storage Class
|
||||
|
Reference in New Issue
Block a user