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

read config file before looking up net interfaces #416

Closed aead closed 11 months ago

aead commented 11 months ago

This commit fixes a bug in the KES server command. The server must read its config file before looking up the net addrs it listens on because the addr may not come from the command line but from the config file.

aead commented 11 months ago

Fixed by #419