mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Start process of replacing init-style ent hooks with stubmaker. (#23545)
This commit is contained in:
@@ -9,13 +9,16 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
// TODO remove once entAdjustCoreConfig has replaced it
|
||||
adjustCoreConfigForEnt = adjustCoreConfigForEntNoop
|
||||
// TODO remove once entCheckStorageType has replaced it
|
||||
storageSupportedForEnt = checkStorageTypeForEntNoop
|
||||
)
|
||||
|
||||
func adjustCoreConfigForEntNoop(config *server.Config, coreConfig *vault.CoreConfig) {
|
||||
}
|
||||
|
||||
// TODO remove once entGetFIPSInfoKey has replaced it
|
||||
var getFIPSInfoKey = getFIPSInfoKeyNoop
|
||||
|
||||
func getFIPSInfoKeyNoop() string {
|
||||
|
||||
Reference in New Issue
Block a user