Skip to content

Commit

Permalink
Force rotate root to the active node (#27631)
Browse files Browse the repository at this point in the history
* force rotate root to the active node

* add changelog
  • Loading branch information
elliesterner committed Jul 1, 2024
1 parent c605bd6 commit 76e3269
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/27631.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
core: Fixed an issue with performance standbys not being able to handle rotate root requests.
```
1 change: 1 addition & 0 deletions vault/logical_system_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -1832,6 +1832,7 @@ func (b *SystemBackend) sealPaths() []*framework.Path {
Description: "OK",
}},
},
ForwardPerformanceStandby: true,
},
},

Expand Down

0 comments on commit 76e3269

Please sign in to comment.