backport of commit 92fcfda8ad (#23588)

Co-authored-by: davidadeleon <56207066+davidadeleon@users.noreply.github.com>
This commit is contained in:
hc-github-team-secure-vault-core
2023-10-11 09:34:18 -04:00
committed by GitHub
parent e963aadb81
commit c7cfe1d61e
9 changed files with 103 additions and 3 deletions

View File

@@ -3072,6 +3072,7 @@ func createCoreConfig(c *ServerCommand, config *server.Config, backend physical.
DisableSSCTokens: config.DisableSSCTokens,
Experiments: config.Experiments,
AdministrativeNamespacePath: config.AdministrativeNamespacePath,
UserLockoutLogInterval: config.UserLockoutLogInterval,
}
if c.flagDev {