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

Feature request: Make source links in ui interface clickable #901

First approach to making issuing of certificates compatible with the way vault-acme works. Essentially, just allow to also load certificates from `cert` instead of `certificate`. Since i am a Go...

As per https://github.com/remilapeyre/vault-acme/issues/34, I would like to use fabio and acme-vault together to deal with letsencrypt certificates for loadbalancing and have vault deal with the certs through pki (e.g. acme-vault...

enhancement
thinking

In the fabio routing table ui the source is not "clickable", but the destination is. Like https://starbeamrainbowlabs.com/blog/images/20200816-fabio.png . It would be super nice if the source, if it redirects to...

enhancement

Issue description With hostnames having dash in name and fabio using prometheus metrics, I'm running into the issue like: ``` 2022/08/24 21:21:47 [INFO] Registering metrics provider "prometheus" panic: descriptor Desc{fqName:...

Small change to replace the deprecated ioutil package with their direct equivalents.

There is a HTTP/2 vulnerability [CVE-2023-44487](https://nvd.nist.gov/vuln/detail/CVE-2023-44487) Golang has this issue which they are tracking fixes: https://github.com/golang/go/issues/63417 I did a scan with `snyk` which returns: ``` ✗ High severity vulnerability found...

Without the change, the following fails: ``` $ docker build -t myfabio . && docker run -e CONSUL_HTTP_ADDR=$CONSUL_HTTP_ADDR -e CONSUL_HTTP_AUTH=$CONSUL_HTTP_AUTH --rm -u nobody:nobody --network=host myfabio -registry.consul.addr=http://192.168.40.1:8500 -proxy.addr=0.0.0.0:80 [+] Building 37.2s...

ERROR] readfrom tcp [::1]:53613->[::1]:44331: write tcp [::1]:53613->[::1]:44331: use of closed network connection This problem occur when i send a post async request between microservice which i register in consil using...

I have a problem. 2023/05/26 01:34:01 [ERROR] read tcp 10.111.45.112:32283->10.111.45.35:8020: read: connection reset by peer fabio version 1.6.3