Results 66 comments of Aaron Hurt

The Consul has been updated to v1.4.0 (first release with connect out of beta) in #571. If anyone is wanting to work on adding this support it should now be...

@GastroGee @talksinmath @k1ng87 ... We're using nomad and fabio for multiple deployments with path based routing. This is probably reaching your container but not at the path the container expects....

As in you want Fabio to read user agent strings and only redirect mobile devices? That’s not currently a feature we support.

There is a library that I have used in other applications that could make this possible as qualifiers to the http-redirect statement: https://github.com/mssola/user_agent

@kuskmen I'd be happy to provide assistance. What exactly are you looking for?

@tecnobrat That sounds like a separate issue with the implementation of the basic authorization handler on routes. Fabio doesn't add that header but maybe it should strip it from being...

@tecnobrat if the route on which fabio is handling the authentication also sends the header I think that's a separate issue related to leaking Authentication headers past the point where...

The behavior you described is correct. I'm concerned that any feature that allowed keeping a route that was no longer present in the backend could lead to a stale routing...

Sorry, I just read your issue again and I think I understand your actual request. You basically want to define the behavior for "unhealthy" prefix matches? What would you think...

Currently `noroute` means no route match in the table. That's not what is happening here. There is a route matching the request in the table. Fabio is currently doing the...