Thomas Krause

Results 10 comments of Thomas Krause

Holy shit, thank you for this issue. I was going crazy over this. 🤡

Cool, thank you for the information, that eases some pain! :) However, mid- and long-term I think it would be cooler to be able to configure this through custom resources....

/remove-lifecycle stale

/remove-lifecycle stale

Hey guys, I started working on this issue as I urgently need to use traefik-forward-auth with Cognito OIDC. This is my first shot: https://github.com/Obirah/traefik-forward-auth/commit/7daa87b0ea484d7a7850df8c637ffb1c1dc3d20c However, I'm still a golang newbie...

Ok, I solved my problem. My changes are working, the error was caused by my redirect URL (I'm using `AUTH_HOST`) starting with `http://` (I think because the traefik-forward-auth service uses...

I'm using the following middlewares: Authentication: ``` --- apiVersion: traefik.containo.us/v1alpha1 kind: Middleware metadata: name: forward-authentication spec: forwardAuth: address: http:/my-forward-auth-service.my-forward-auth-namespace.svc:4181 authResponseHeaders: - "X-Forwarded-User" trustForwardHeader: true ``` HTTPS: ``` --- apiVersion: traefik.containo.us/v1alpha1...

> Any reason why this has not yet been merged? Judging by the amount of open issues and PRs, it looks like the project is currently not maintained. I was...

Hey Patrick, thank you for the quick response! I'm using the `environment` property to pass my proxy environment to runner, however I don't think that this is sufficient for my...