minio / kes

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

cmd: fix resource leak when reloading TLS config #408

Closed aead closed 10 months ago

aead commented 10 months ago

This commit fixes a resource leak when reloading the server's TLS config. By reading the entire config file, the server connects to the keystore. These connection was never closed.

Now, the server only reloads the TLS configuration and ignores any non-TLS related config information.