Skip to content

Commit

Permalink
backport of commit 86b01de
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Oct 21, 2022
1 parent 2c22763 commit db37568
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changelog/14987.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
```release-note:bug
keyring: Fixed a bug where the root keyring replicator's rate limiting would be skipped if the keyring replication exceeded the burst rate.
```

```release-note:bug
keyring: Fixed a bug where root keyring replication could make incorrectly stale queries and exit early if those queries did not return the expected key.
```

```release-note:bug
keyring: Fixed a bug where root keyring initialization could occur before the raft FSM on the leader was verified to be up-to-date.
```

```release-note:bug
keyring: Fixed a bug where if a key is rotated immediately following a leader election, plans that are in-flight may get signed before the new leader has the key. Allow for a short timeout-and-retry to avoid rejecting plans.
```
7 changes: 7 additions & 0 deletions .changelog/15009.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
```release-note:bug
keyring: Fixed a bug where root keyring garbage collection configuration values were not respected.
```

```release-note:bug
keyring: Fixed a bug where `nomad system gc` forced a root keyring rotation.
```

0 comments on commit db37568

Please sign in to comment.