dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
Hi guys, I have now been able to installed the dataplaneapi (Community version) and use some of its commands. However I do have some questions below when reading https://www.haproxy.com/documentation/dataplaneapi/enterprise/#get-/services/haproxy/runtime/servers (1)...
Hello, it seems to be good to have regexp filter for consul services, since "Namespace" filtering in consul is only in enterprise version
Hello, i want to use dataplaneapi only for fetching backed servers. Is it possible to configure it to do not modify haproxy config file? Now I see this in my...
I get the feeling that, I maybe missed something in the api reference guide. Is it really like this that you can not add or delete an ip to an...
It would be very useful to have an ability to work with lua files like with SSL certificates and map files.
Hi! Am I missing something or advanced options for `option tcp-check` are not implemented in API? I'm looking for `tcp-check connect` `tcp-check send-binary` and `tcp-check expect binary`, but can't find...
Not sure that is an issue. Is it normal to get the results below? ``` $ curl -squ admin:password -H "Content-Type: application/json" "http://127.0.0.1:5555/v2/services/haproxy/configuration/servers/prod-front-04?backend=bck_fronts" {"_version":1,"data":{"address":"10.121.138.34","check":"enabled","name":"prod-front-04","port":80,"proxy-v2-options":null}} $ curl -squ admin:password -H "Content-Type:...
I am able to update frontend and backend config lines using data plane api, but I would also like to reload the haproxy config via a web call. This needs...
Now DataPlane API support EC2 autodiscovery in AWS, it would be cool to get same option for `peers server` directive. For example such Tagging can be used: 1. `HAProxy:Peer:Cluster =...
This is a feature request. We use multiple configuration files to keep our HAProxy configuration layout less cluttered. We start haproxy like so: ``` /usr/bin/haproxy -f /etc/haproxy/haproxy.cfg -f /etc/haproxy/conf.d/ ```...