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:
miagilepner
2023-05-19 16:42:50 +02:00
committed by GitHub
parent 382d31816d
commit 35e2c1665f
9 changed files with 91 additions and 30 deletions

View File

@@ -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: