Joshua Sjoding

Results 4 comments of Joshua Sjoding
trafficstars

I suspect this is a route order/priority problem in [Server.buildRoutes](https://github.com/thomseddon/traefik-forward-auth/blob/c19f622fbdac74a959477f8f2b8bdc712754e1c9/internal/server.go#L24): ``` func (s *Server) buildRoutes() { var err error s.router, err = rules.NewRouter() if err != nil { log.Fatal(err) }...

I wonder if the rule routes should be handled in two passes, one for `AllowHandler` and one for `AuthHandler`. This would let the `allow` actions continue to have precedence, but...

I tried to set up an automated Docker Hub build that relies on a private GitHub source repository today. The build requires access to a private dependency, so a single...

Yeah, this is still an issue. I tried to make use of `SSH_PRIVATE` again today with a fresh 2048 bit RSA key pair. I ran into all of the same...