mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-01 19:17:58 +00:00
Add CE plumbing for CensusManager reload (#27664)
This PR adds the CE plumbing and stubs for forcing agent instantiation whenever the Vault license changes. Resolves: VAULT-28583 Enterprise PR: hashicorp/vault-enterprise#6168
This commit is contained in:
@@ -1711,7 +1711,7 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
sr.NotifyConfigurationReload(srConfig)
|
||||
}
|
||||
|
||||
if err := core.ReloadCensusManager(); err != nil {
|
||||
if err := core.ReloadCensusManager(false); err != nil {
|
||||
c.UI.Error(err.Error())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user