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

I'm trying to start manually the DPAPI and I get no error message telling me what's I'm doing wrong. Version 3.0.4 Here is my command line: ``` sudo dataplaneapi --port...

bug

The SSL certificate storage handlers were not copying the Sha256FingerPrint field from GetCertificatesInfo() to the API response, even though the field is available in client-native's CertificatesInfo struct and the field...

Hi, imagine this config: ```haproxy # /tmp/haproxy.cfg global stats socket /etc/haproxy/haproxy-master.sock mode 600 level admin log stdout len 4096 local0 info defaults unnamed_defaults_1 mode http log global option httplog option...

HAProxy version 3.2.5-ba0fd6b HAProxy Data Plane API v3.2.3 I'm trying to use haproxy with dataplaneapi to integrate with aws ec2 auto scaling group. I noticed that every time auto scaling...

With commit https://github.com/haproxytech/dataplaneapi/commit/673f23c990c347a99ef66fdc37213acd471b0720 was the libdns added to Dataplane API. Please can you be so kind and add https://github.com/libdns/desec to the list of the providers https://github.com/haproxytech/dataplaneapi/blob/master/acme/dns01-providers.txt I run the ACME...

Endpoints like `/services/haproxy/configuration/frontends/{parent_name}/binds` return [cached information](https://github.com/haproxytech/dataplaneapi/blob/master/handlers/bind.go#L220-L228) that's obtained [at initialization](https://github.com/haproxytech/dataplaneapi/blob/master/configure_data_plane.go#L192) and never updated (unless [`disable_inotify` is set to `false`](https://github.com/haproxytech/dataplaneapi/blob/master/configure_data_plane.go#L213-L219)). This means the information could be out-of-date unless Data Plane API...

The `config-parser` package has a package-level global variable that causes data races when multiple parser instances are used concurrently: **File**: `config-parser/parser.go:65` ```go var DefaultSectionName = "" //nolint:gochecknoglobals ``` **Written at**:...

Hi, I am on HAproxy 2.8.5 with dataplaneapi version 3.2.3 I'm using the [Add a new map payload endpoint](https://www.haproxy.com/documentation/dataplaneapi/community/?v=v3#put-/services/haproxy/runtime/maps/-name-) `put /services/haproxy/runtime/maps/{name}` But the response I receive only has a body...

It looks like these two options for stick tables were just overlooked and need added if possible. Thanks! http_fail_cnt http_fail_rate Looking at the embedded_spec.go file they're missing so I suspect...

I have this weird behavior when using this DP API endpoint https://www.haproxy.com/documentation/dataplaneapi/community/#post-/services/haproxy/storage/ssl_certificates Using parameters: `skip_reload=false` `force_reload=false` It reloads the Haproxy only for every second call. And never for the first...