backport of commit 9739270d7b (#23757)

Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-10-20 15:16:11 -04:00
committed by GitHub
parent 71a61a7030
commit b94e275f25

View File

@@ -3698,7 +3698,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
}