dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
Hi, Is it possible to add multiple acl entries with one request using the runtime api? I want to add a lot of acl entries, but I don't want to...
Hi, I have several HAProxy nodes installed on-premises, and each node has its own DataplaneAPI instance. Currently, if I need to make changes, I have to call each DataplaneAPI individually...
With commit https://github.com/haproxy/haproxy/commit/8a02257d88276e2f2f10c407d2961995f74a192c was the `sockpair@` added to the master socket. fix: https://github.com/haproxytech/dataplaneapi/issues/329
Hi, I'd like to bring your attention to a minor problem with Site objects. > [!NOTE] > I have shared the exact same message in https://github.com/haproxytech/client-native/issues/106 but I'm not sure...
## Introduction I try to run haproxy in front of craftcms and want to use the Data Plane API for management. ## Data Plane API infos This is the dataplane...
As per [consul.md](https://github.com/haproxytech/dataplaneapi/blob/master/discovery/CONSUL.md#backend-example), the generated server line will be of the format: `server SRV_ : weight 128`. We need to configure some more params for our backend servers like `check`,...
Hi, we are encountering the following issue when call dataplaneapi with curl. When I call dataplane api with this curl ``` curl -k -X POST --user admin:adminpwd \ -H "Content-Type:...
Hi, I want dataplaneapi to run and listen on unix socket with `socket_path` option, but I'm unable to. Running as root dataplaneapi manually with next config: ``` config_version: 2 dataplaneapi:...
## Steps to Reproduce 1. [POST] /services/haproxy/runtime/acl_file_entries - Add a new IP (192.168.50.2) to the runtime ACL file. - Initially, it responds with HTTP status code 201: ``` curl --location...
Hello team, we have some servers running the haproxytech/haproxy-alpine Docker image version 3.0.1 (we also tested with version 3.0.2 with Data Plane API version 2.9.4) and we noticed that the...