dataplaneapi
dataplaneapi copied to clipboard
HAProxy Data Plane API
With the 'program' directive being depreciated as of HAProxy 3.1 and scheduled to be removed in version 3.3 ( [blog post](https://www.haproxy.com/blog/reviewing-every-new-feature-in-haproxy-3-1#deprecation) ) the alternative for containerised deployments seems to be...
What I am doing: ``` docker exec haproxy-1-1 curl -v -u admin:admin --unix-socket /var/run/data-plane-1.sock -X POST 'http://localhost/v3/services/haproxy/runtime/ssl_certs/' -H 'Content-Type: multipart/form-data' -F "file_upload=@/usr/local/etc/haproxy/ssl/combined.pem" ``` This results in: ``` echo "show ssl...