dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
Is it planned to create autodiscovery for openstack, hetzner-cloud ?
I'm adding consul discovery using dataplaneapi and found that some parameters are not considered during discovery process. { "name": "test-consul", "address": "127.0.0.1", "port": 2222, "enabled": true, "retry_timeout": 10, "service_allowlist": [...
Hi, We tried to use dataplaneapi with aws ec2 service discovery as explained in this [article](https://www.haproxy.com/blog/aws-ec2-service-discovery-with-haproxy/). We would like to go further by using it in front of a cache,...
Hello, We have tried to implement the consul discovery service of the dataplane API, everything works fine. We found it a pity that HAProxy doesn't take advantage of it to...
Hi, Is there any configuration in order to specify array ips for Consul in order to take advantage of a Consul cluster instead of a standalone setup? Thanks!
For some reason the maxsslrate even if set does not appear in the GET /services/haproxy/configuration/global Results Any ideas maxconn ios there but I m also trying to set the maxsslrate...
I just upgraded the containers to v2.3.7 Now a strange config issue before I had dataplaneapi { scheme = ["https"] host = "0.0.0.0" tls { tls_port = 50012 tls_certificate =...
Hello HAP Friends, I was in the process of updating our HAProxy from 2.3.2 to 2.3.3+ and we are unable to enable DataplaneAPI in the new version. Here is the...
I'm intending this to be a writeup of some profiling work I did yesterday on dataplaneapi 2.1 when we observed high CPU consumption in our testing. It's shouldn't be considered...