dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
This is what the backend I want is like ``` backend backend_name1 mode http option httpchk option forwarded ``` However, the api /v2/services/haproxy/configuration/backends does not support parameter to add the...
I have pem file store in /etc/haproxy/ssl/ directory. I am trying to access the pem file using the following endpoint. the content of pem file is as follows: ``` -----BEGIN...
Hey team, First, I wanted to thank you for providing the AWS EC2 discovery in DataPlaneAPI which works great. I wanted to give the `cluster` mode a try but it...
I'm using a HAProxy 2.4.27 with Data Plane API 2.6.5 on Linux and when I try to get the admin_state for the runtime servers, it always returns maint admin_state, doesn't...
I have an Haproxy Docker container that bind mounts to an NFS share containing the config files. NFS has been causing some unrelated issues so I configured the mount to...
Hello, I wish there would be a way to specify the user and group to set at start by using their textual names (example: `haproxy`) instead of numeric ids. This...
i want create rule like: 'filter bwlim-out oss_limit_out2 limit 1000 key hdr(limit) table oss' 'http-request set-bandwidth-limit oss_limit_out2 if { hdr(limit) -m str user2 }' when create http-request failed, it looks...
Using dataplane API in versions of haproxy-docker-ubuntu container from 3.0.4 onward causes crash.
@dkorunic requested I create this issue which I reported in the haproxy-docker-ubuntu repo here: https://github.com/haproxytech/haproxy-docker-ubuntu/issues/8 Using dataplane API in versions of haproxy-docker-ubuntu container from 3.0.4 onward causes crash. Simple to...
This PR adds a check for missing command and returns `help` instead of exiting with a `panic`. Prevents: ``` panic: runtime error: index out of range [0] with length 0...
Hello ! The `option forwarded` (RFC 7239) doesn't seem to be supported in HAProxy Dataplane API v3.1.0 — unlike `option forwardfor`, which is properly handled. I searched everywhere for it:...