fix: discover mounted geoip db files (#7228)
* fix: discover mounted geoip db files * add test * fix runtime reload of config.MaxmindEditionFiles * add e2e test * log missing geoip2 db
This commit is contained in:
parent
b0ae678ce6
commit
abf22b2014
6 changed files with 127 additions and 10 deletions
|
|
@ -105,7 +105,7 @@ type Configuration struct {
|
|||
ValidationWebhookKeyPath string
|
||||
|
||||
GlobalExternalAuth *ngx_config.GlobalExternalAuth
|
||||
MaxmindEditionFiles []string
|
||||
MaxmindEditionFiles *[]string
|
||||
|
||||
MonitorMaxBatchSize int
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue