Skip to content

Commit b94e275

Browse files
backport of commit 9739270 (hashicorp#23757)
Co-authored-by: Peter Wilson <[email protected]>
1 parent 71a61a7 commit b94e275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vault/logical_system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3698,7 +3698,7 @@ func (b *SystemBackend) handleKeyRotationConfigUpdate(ctx context.Context, req *
36983698
}
36993699

37003700
// Store the rotation config
3701-
b.Core.barrier.SetRotationConfig(ctx, rotConfig)
3701+
err = b.Core.barrier.SetRotationConfig(ctx, rotConfig)
37023702
if err != nil {
37033703
return nil, err
37043704
}

0 commit comments

Comments
 (0)