backport of commit 9739270d7b780e02b68d1f0c0fbb1bce31278e50 (#23756)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
parent
bd3434837c
commit
d8052ce112
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue