Port some changes back to OSS (#8359)

This commit is contained in:
Brian Kassouf
2020-02-14 16:39:13 -08:00
committed by GitHub
parent f54fd9eefc
commit 317bf94c7a
12 changed files with 181 additions and 33 deletions

View File

@@ -1290,6 +1290,9 @@ CLUSTER_SYNTHESIS_COMPLETE:
return 1
}
// Apply any enterprise configuration onto the coreConfig.
adjustCoreConfigForEnt(config, coreConfig)
// Initialize the core
core, newCoreError := vault.NewCore(coreConfig)
if newCoreError != nil {