cc531c793d
* fix raft tls key rotation panic when rotation time in past * add changelog entry * push out next raft TLS rotation time in case close to elapsing * consolidate tls key rotation duration calculation * reduce raft getNextRotationTime padding to 10 seconds * move tls rotation ticker reset to where its duration is calculated
4 lines
115 B
Plaintext
4 lines
115 B
Plaintext
```release-note:bug
|
|
rafft: fix Raft TLS key rotation panic that occurs if active key is more than 24 hours old
|
|
```
|