minkms stat-enclave

Print enclave status information. The command returns the name of the enclave, its creation date and time, and the identity of the enclave’s owner that created it.

The following settings determine which remote Key Manager server the command runs against in order of priority:

  1. The MINIO_KMS_SERVER environment variable.
  2. The default value of https://localhost:7373.

SYNTAX

minkms stat-enclave     \
  NAME                  \
  [-a | --api-key KEY]  \
  [--json]              \
  [-k | --insecure]

PARAMETERS

NAME

Required

The name of the enclave to display status information for.

--api-key

Optional

Alias : -a

The API key of an identity the command uses to authenticate to the Key Manager cluster. Defaults to the value of MINIO_KMS_API_KEY.

--json

Optional

Print output in JSON format.

--insecure

Optional

Alias : -k

Skip server certificate verification.

Permissions

Viewing enclave status requires SysAdmin privileges.