minio / kes

Key Managament Server for Object Storage and more
https://min.io/docs/kes/concepts/
GNU Affero General Public License v3.0
459 stars 97 forks source link

cmd: fix regression on server address handling #405

Closed aead closed 1 year ago

aead commented 1 year ago

This commit fixes a regression in how the kes server command handles the config file address.

With this commit, the server correctly uses the value from the --addr flag, if provided, and otherwise uses the value from the config file.