From 76e326934f19735093cd93c4b77e9c6422fe4f55 Mon Sep 17 00:00:00 2001 From: Ellie Date: Mon, 1 Jul 2024 08:35:26 -0500 Subject: [PATCH] Force rotate root to the active node (#27631) * force rotate root to the active node * add changelog --- changelog/27631.txt | 3 +++ vault/logical_system_paths.go | 1 + 2 files changed, 4 insertions(+) create mode 100644 changelog/27631.txt diff --git a/changelog/27631.txt b/changelog/27631.txt new file mode 100644 index 0000000000..d71fbb5508 --- /dev/null +++ b/changelog/27631.txt @@ -0,0 +1,3 @@ +```release-note:bug +core: Fixed an issue with performance standbys not being able to handle rotate root requests. +``` \ No newline at end of file diff --git a/vault/logical_system_paths.go b/vault/logical_system_paths.go index 1430d890b9..8eb98e4271 100644 --- a/vault/logical_system_paths.go +++ b/vault/logical_system_paths.go @@ -1832,6 +1832,7 @@ func (b *SystemBackend) sealPaths() []*framework.Path { Description: "OK", }}, }, + ForwardPerformanceStandby: true, }, },