You'll have to excuse me if this isn't relevant with the latest release but I think it still is.
CIDRWhitelistOpts struct forces you to put a value for the Allow field by validate:"min=1" this breaks the Overlay Promotion for this middleware. From my testing removing the validation makes it work like expected.
I'm guessing you still want this validation so I'm letting you decide how that should be handled.
You'll have to excuse me if this isn't relevant with the latest release but I think it still is.
CIDRWhitelistOpts struct forces you to put a value for the Allow field by
validate:"min=1"this breaks the Overlay Promotion for this middleware. From my testing removing the validation makes it work like expected.I'm guessing you still want this validation so I'm letting you decide how that should be handled.