Skip to content

BlocklistReload

Cedric Hebert edited this page Jun 28, 2024 · 1 revision

The 'blocklistReload' configuration has the following format:

"blocklistReload": ""

Envoy will request the content of the blocklist.json and throttlelist.json files to the configmanager every 60 seconds, updating its own local cache with the content. This means that if an operator manually edits the block list (typically: to un-block a wrongly blocked IP address or user session), then the change will be taken into account at the next reload.

If the proxy crashes, it will lose its local cache. This cache will be retrieved from the configmanager at the next reload.

If 'blocklistReload' is specified, the value (in seconds) will replace the default '60' value.

Clone this wiki locally