mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
OSS parts of sys/config/reload/license (#11695)
This commit is contained in:
@@ -78,7 +78,11 @@ var (
|
||||
handleSetupPluginReload = func(*Core) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
handleLicenseReload = func(b *SystemBackend) framework.OperationFunc {
|
||||
return func(ctx context.Context, req *logical.Request, d *framework.FieldData) (*logical.Response, error) {
|
||||
return nil, nil
|
||||
}
|
||||
}
|
||||
checkRaw = func(b *SystemBackend, path string) error { return nil }
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user