backport of commit 9739270d7b780e02b68d1f0c0fbb1bce31278e50 (#23756)

Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
hc-github-team-secure-vault-core 2023-10-20 08:53:59 -04:00 committed by GitHub
parent bd3434837c
commit d8052ce112
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
}