Hi,
We are using a new Docker API version and are experiencing issues with settings in haproxy.cfg. It contains specific segments /v1.24/ for an older Docker API version.
What is the recommended way of configuring rules like:
http-request allow if { path /v1.24/version }
Should the be adapted for the current Docker API version or better be made version agnostic using a pattern like
http-request allow if { path_reg ^/v[0-9.]+/version$ }
Thanks!
1 post - 1 participant