mirror of
https://github.com/hashicorp/vault.git
synced 2025-12-16 15:01:13 +01:00
AOP: Make config reloadable (enterprise) (#26907)
CE stubs to support reloadable AOP config.
This commit is contained in:
parent
c0ea7b1a35
commit
3150c321cb
@ -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() {}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user