minkms env

Print environment variables used by the key manager server process.

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 env            \
  [--json]            \
  [--share]           \
  [NAME]...

PARAMETERS

NAME

Optional, Repeatable

Specify one or more name(s) of environment variables to print. If omitted, prints all Key Manager environment variables.

--json

Optional

Print output in JSON format.

--share

Optional

Replace sensitive values with ***.

All Rights Reserved 2024-Present, MinIO, Inc.