mirror of
https://github.com/hashicorp/vault.git
synced 2026-02-03 20:40:45 -05:00
Force rotate root to the active node (#27631)
* force rotate root to the active node * add changelog
This commit is contained in:
parent
c605bd6341
commit
76e326934f
2 changed files with 4 additions and 0 deletions
3
changelog/27631.txt
Normal file
3
changelog/27631.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
```release-note:bug
|
||||
core: Fixed an issue with performance standbys not being able to handle rotate root requests.
|
||||
```
|
||||
|
|
@ -1832,6 +1832,7 @@ func (b *SystemBackend) sealPaths() []*framework.Path {
|
|||
Description: "OK",
|
||||
}},
|
||||
},
|
||||
ForwardPerformanceStandby: true,
|
||||
},
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue