mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 02:57:59 +00:00
backport of commit 9739270d7b (#23757)
Co-authored-by: Peter Wilson <peter.wilson@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
71a61a7030
commit
b94e275f25
@@ -3698,7 +3698,7 @@ func (b *SystemBackend) handleKeyRotationConfigUpdate(ctx context.Context, req *
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Store the rotation config
|
// Store the rotation config
|
||||||
b.Core.barrier.SetRotationConfig(ctx, rotConfig)
|
err = b.Core.barrier.SetRotationConfig(ctx, rotConfig)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user