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

In the data plane API if I try to specify a single cert using "crt" {"name": "'"$name"'", "address":"'"$vip"'", "port": 443, "ssl": true, "ssl_cafile": "cert-ourca.crt", "crt": "www.example.com.pem", "verify": "required", "prefer_client_ciphers": true}...

question

enable revert config file when reload failed while committing transaction with force_reload /v2/services/haproxy/transactions/{id}?force_reload=true&enable_revert=true

Hey, you are currently generating your models on update of the dataplaneapi-specification automatically. IMHO it would be very useful to also generate a go client for the dataplane API automatically...

enhancement

I'm using `HA-Proxy version 2.2.8-1~bpo10+1 2021/01/14` together with `HAProxy Data Plane API v2.2.0 68bd22b` on `Debian GNU/Linux 10 ` Currently we have problems committing transactions as the dataplaneapi returns a...

Greetings, To better support embedded systems with limited flash storage, this pull request introduces optional build targets that take advantage of several space-saving features. The space savings are significant -...

I played with dataplane api. Ususally, I started transaction, run few commands, if they fail, so I got orphaned transaction. A lot of orphaned transactions. So, I wish to be...

enhancement

Trying to add a server to the backend, with the following steps. Not sure why the transaction fails. #### Got a new Transaction ####### curl -X POST --user admin:admin -H...

This is a feature request. It would be nice if we are able to restrict the permissions of users to be able to configure certain elements within haproxy via the...

enhancement

we use free style comments to store ownership information like `frontend ssl_vip # owner: [email protected]` is it possible to store/retrieve such comments via dataplane api ?

enhancement

Hi, I had a typo in my systemd unit for the data plane service, pointing the `--haproxy-bin` option to `/usr/bin/haproxy` instead of `/usr/sbin/haproxy`. This resulted in useless error messages from...

enhancement