From d8052ce1126e18dac8f07320720259b89b522ff0 Mon Sep 17 00:00:00 2001 From: hc-github-team-secure-vault-core <82990506+hc-github-team-secure-vault-core@users.noreply.github.com> Date: Fri, 20 Oct 2023 08:53:59 -0400 Subject: [PATCH] backport of commit 9739270d7b780e02b68d1f0c0fbb1bce31278e50 (#23756) Co-authored-by: Peter Wilson --- vault/logical_system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vault/logical_system.go b/vault/logical_system.go index 0542462ac..7af5741c1 100644 --- a/vault/logical_system.go +++ b/vault/logical_system.go @@ -3476,7 +3476,7 @@ func (b *SystemBackend) handleKeyRotationConfigUpdate(ctx context.Context, req * } // Store the rotation config - b.Core.barrier.SetRotationConfig(ctx, rotConfig) + err = b.Core.barrier.SetRotationConfig(ctx, rotConfig) if err != nil { return nil, err }