ivanmatmati
ivanmatmati
Sounds good. Can you check that you've got your IP in /etc/haproxy/maps/whitelist-f41f9c053c84b81407234bb7a7b30318.map ? You can also check that 47eee10fc68d3a2e771e64481f8b735c is indeed in /etc/haproxy/maps/path-exact.map or /etc/haproxy/maps/path-prefix.map. I suppose the correct Host...
Hi @psapozh , can you check you get something like this in your frontends configuration: ``` http-request deny deny_status 403 if { src -f /xxx/maps/blacklist-xxxx.map } http-request deny deny_status 403...
forwarded-for should do the job. Can you check you get `option forwardfor` in your corresponding backend section ?
Hi @benm-stm, indeed tcp backends are not currently on par with http backends in term of management from ingress controller. That's something I will propose to add. Thanks for reporting.
Hi @dfateyev , Yes, they're expected for different reasons. One of them is that we can't determine what would be the best for you. You can set some timeouts on...
Hi @tili41, Currently this is not available on TCP services. We could plan it for a future release.
Hi @ThinkChaos , after verification I don't see major difference between results of current code and v1.6.9. If I set `ssl-redirect: "true"` on configmap and `ssl-redirect: "false"` on a particular...
Hi, fixed in v1.8.4.
Hi @jobcespedes , The fix is on its way. Thanks for reporting.
Hi @dfateyev , I'll do as soon as possible. Thanks.