fabio icon indicating copy to clipboard operation
fabio copied to clipboard

Consul Load-Balancing made simple

Results 134 fabio issues
Sort by recently updated
recently updated
newest added

Fixed inconsistency and also potential data race in trace/events.go: el.discarded is read/written 5 times in trace/events.go; 4 out of 5 times it is protected by el.mu.Lock(); 1 out of 5...

**Problem** Currently Nomad Cluster is deployed along with fabio -> AWS Application Load Balancer. Where Load Balancer is configured with domain1.com SSL cert with ACM , where all the job...

Prepends "fabio-" to reserved tag keys https://docs.datadoghq.com/getting_started/tagging/#overview fixes #923

Hi, Any chance to aggregate the metrics fabiolb_http.status.* using Datadog also by path or service. Right now it seems to be possible only by code. Thanks.

### What happened? There are 1 security vulnerabilities found in gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b - [CVE-2022-28948](https://www.oscs1024.com/hd/CVE-2022-28948) ### What did I do? Upgrade gopkg.in/yaml.v3 from v3.0.0-20210107192922-496545a6307b to 3.0.0 for vulnerability fix ### What...

Closes [!911](https://github.com/fabiolb/fabio/issues/911) - i have not updated the vendor to keep the PR light (`go mod tidy && go mod vendor`) - there is a setup.sh script in waf folder...

it could be interesting to integrate coraza (https://github.com/corazawaf/coraza) directly in fabio? before starting the implementation I would like some feedback

enhancement

Starting fabio with `path` here results in an error which asks for a parameter `cert` so I guess that name changed since writing this doc

This is an attempt to gracefully shut down a connection to a grpc backend that gets deregistered from a registry, such as consul. This is described as point 1 in...