minkms edit
Edit the cluster configuration.
SYNTAX
minkms edit \
HOST[:PORT] \
[-k | --insecure] \
[-a | --api-key KEY] \
[--rm ID]...
PARAMETERS
HOST[:PORT]
Required
The address (and optional port) of the cluster node to edit.
:PORT
defaults to 7373
if omitted.
--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
.
--insecure
Optional
Alias : -k
Skip server certificate verification.
--rm
Optional, Repeatable
Remove the node with the given ID from the cluster.
Repeat the --rm ID
pattern to remove additional nodes with a given ID.
For example:
minkms edit https://minkms-1.example.net --rm ID1 --rm ID2
Use the minkms ls
comand to retrieve node IDs.