dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
I moved to 3.1 to get metrics persistence using stats-file; with the guids/per frontend,backend etc, but can't use it because the ingress controller will not allow me to inject a...
Hello! According to the OpenAPI specification provided on [this page](https://www.haproxy.com/documentation/dataplaneapi/community/), the `status` and `check_status` fields in the response from the `GET /services/haproxy/stats/native` endpoint are expected to have the following values:...
Hello, I'm currently using HAProxy version 3.0.9 along with dataplaneapi version 3.1.5. To preserve environment variables in external-check mode, I've added the preserve-env keyword as documented [here](https://www.haproxy.com/documentation/haproxy-configuration-manual/3-0r1/#external-check). However, I've observed...
Hello! I was changing around some ports and went to do a reload via `kill -s SIGUSR1` so the dataplaneapi service can read the new config but the old port...
Hello all, for my current project I am playing around with the PROXY protocol and need to pass a custom TLV containing the GN of the client certificate to my...
Hello! I wanted to first reach out here to see if it is feasible to add support for the `transaction_id` parameter within the SSL storage API endpoints. Particularly, I'm working...
What is the correct place to report a security vulnerability in this project?
We have multiple ports listening for application traffic on our backend servers, however the current HAProxy Data Plane API supports service discovery for only traffic to a single port. Would...
Hey folks, I've discovered that when reading the haproxy.cfg for the dataplaneapi user list, environment variables aren't interpolated into the file. It's not clear exactly what sort of behaviour should/would...
Description: I have encountered a potential bug in the DataplaneAPI while working on an HAProxy provider. The issue arises when running concurrent jobs that interact with the API across multiple...