mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 11:38:02 +00:00
AOP: Make config reloadable (enterprise) (#26907)
CE stubs to support reloadable AOP config.
This commit is contained in:
@@ -1669,6 +1669,8 @@ func (c *ServerCommand) Run(args []string) int {
|
||||
|
||||
core.ReloadRequestLimiter()
|
||||
|
||||
core.ReloadOverloadController()
|
||||
|
||||
// reloading HCP link
|
||||
hcpLink, err = c.reloadHCPLink(hcpLink, config, core, hcpLogger)
|
||||
if err != nil {
|
||||
|
||||
@@ -108,3 +108,5 @@ func (c *Core) SetMultisealEnabled(_ bool) {}
|
||||
func (c *Core) ReloadReplicationCanaryWriteInterval() {}
|
||||
|
||||
func (c *Core) GetReplicationLagMillisIgnoreErrs() int64 { return 0 }
|
||||
|
||||
func (c *Core) ReloadOverloadController() {}
|
||||
|
||||
Reference in New Issue
Block a user