mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-29 17:52:32 +00:00
VAULT-15703: Reload automated reporting (#20680)
* support config reloading for census * changelog * second changelog entry for license updates * correct changelog PR
This commit is contained in:
@@ -1670,6 +1670,9 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
c.UI.Error(err.Error())
|
||||
}
|
||||
|
||||
if err := core.ReloadCensus(); err != nil {
|
||||
c.UI.Error(err.Error())
|
||||
}
|
||||
select {
|
||||
case c.licenseReloadedCh <- err:
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user