Marc Brugger

Results 63 comments of Marc Brugger

Any update here?

Thank you very much

Here would be some nice dark theme css: https://jenil.github.io/bulmaswatch/

v1.12.0 still has this issue adding `--table` flag seems to provide a valid alternative for me

I'm not so familiar with vscode, but have a look at https://stackoverflow.com/questions/30884131/remove-trailing-spaces-automatically-or-with-a-shortcut

Is there any update on this? v2.25.0 is already out with this still not fixed.

I also get the same page if provider button is skipped. ```html Found. ```

@tuunit oauth2-proxy version v7.5.0 with keycloak-oidc provider (same happens with keycloak) If the provider button is enabled I get the button with 'Sign in with Keycloak OIDC'. If button is...

What also might be relevant is that I use oauth2-proxy as forward auth traefik middleware. ``` traefik.http.middlewares.oauth-verify.forwardAuth.address: http://oauth:4180/oauth2/auth traefik.http.middlewares.oauth-verify.forwardAuth.trustForwardHeader: 'true' traefik.http.middlewares.oauth-verify.forwardAuth.authResponseHeaders: X-Auth-Request-User,X-Auth-Request-Email,Set-Cookie traefik.http.middlewares.oauth-signin.errors.service: 'oauth@docker' traefik.http.middlewares.oauth-signin.errors.status: '401' traefik.http.middlewares.oauth-signin.errors.query: /oauth2/sign_in ```

Thank you for the update. indeed it seems to be an issue with traefik forwardAuth. Following this comment https://github.com/oauth2-proxy/oauth2-proxy/issues/1639#issuecomment-1224763241 in the same issue I came a bit further. The forwarding...