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 use
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
- Loading branch information