Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/transport: reload TLS certificates for every client requests
This changes the baseConfig used when creating tls Configs to utilize the GetCertificate and GetClientCertificate functions to always reload the certificates from disk whenever they are needed. Always reloading the certificates allows changing the certificates via an external process without interrupting etcd. Fixes etcd-io#7576 Cherry-picked by Gyu-Ho Lee <[email protected]> Original commit can be found at etcd-io#7784
- Loading branch information