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:
Mike Palmiotto
2024-07-03 13:31:56 -04:00
committed by GitHub
parent c5c25fea33
commit 3229cf192b
3 changed files with 8 additions and 4 deletions

View File

@@ -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())
}