dataplaneapi icon indicating copy to clipboard operation
dataplaneapi copied to clipboard

HAProxy Data Plane API

Results 102 dataplaneapi issues
Sort by recently updated
recently updated
newest added

Hi, After changing serverslotsbase in the dataplane api config file to something like this: ``` service_discovery: consuls: - address: 127.0.0.1 enabled: true port: 8500 retrytimeout: 1 serverslotsbase: 1 serverslotsgrowthincrement: 3...

Hi Everyone, hoping for some help! **High level goal**: Configure _HAProxy_ via split config files, using `-f conf.d/`, similar to OS service configurations `*.d/` pattern, while using _dataplaneapi_ (latest 2.8...

Hi! I'm evaluating the Consul service discovery for some of our HAProxy instances, and during testing I noticed that if the Consul server becomes unavailable (e.g. I have a single-node...

I am currently running haproxy. Integrate: root@ip-10-0-101-101:/var/www/internal-api# haproxy -v HAProxy version 2.4.21-1ppa1~focal 2023/01/28 - https://haproxy.org/ Running on: Linux 5.15.0-1030-aws #34~20.04.1-Ubuntu SMP Tue Jan 24 15:16:46 UTC 2023 x86_64 Test Environment:...

Hi, when I add or remove an SSL certificate from HAProxy with dataplaneapi, it seems a reload is required for the changes to take effect. However, Haproxy 2.1 and 2.2,...

enhancement

Is there published documentation that outlines the version compatibility matrix between Dataplanae API and HAProxy (both CE and Ent. Ed.)? For example, I would expect to find something like the...

Hello, I check many versions and so on besides only 2.7 have adding servers to backend with runtime. Maybe after so many hours i missed something, but at this point...

We have found, via customer issues, that Dataplane API does not adhere to semantic versioning, which dictates that no backward incompatible changes (including breaking changes regarding behavior) are allowed inside...

Hi, I recently encountered an issue related to the update-map-files option. I have been using the update-map-files to keep several small (

enhancement