minio / sidekick

High Performance HTTP Sidecar Load Balancer
GNU Affero General Public License v3.0
546 stars 82 forks source link

Support auto-reload of certs once replaced using `pkg/certs` package #106

Closed harshavardhana closed 5 months ago

harshavardhana commented 5 months ago

Expected Behavior

Currently sidekick requires a restart() which is not necessary for cert updates

Current Behavior

sidekick requires a restart()

Possible Solution

Use pkg/certs this has been already solved in minio and other projects already. Re-use it here.

Steps to Reproduce (for bugs)

The issue is self-describing