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:
- The
MINIO_KMS_SERVER
environment variable. - 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 ***
.