Jan Larwig

Results 248 comments of Jan Larwig

Have a look at the documentation please: https://oauth2-proxy.github.io/oauth2-proxy/configuration/overview flag: --cookie-expire toml: cookie_expire > expire timeframe for cookie. If set to 0, cookie becomes a session-cookie which will expire when the...

@xiaobao520123 please add a changelog entry as well :)

@d3-ksmith do you have time to open a PR for a fix?

I don't understand the problem. What issues are you facing? this is most definitely not a bug but a configuration issue

Hi @carillonator as @william-will-angi mentioned we are moving forward with the alpha config. I want to get the alpha to beta by the end of this year. Therefore we are...

Possible solutions: Use oauth2-proxy as a middleware for nginx/traefik/etc. and call the /auth endpoint with your list of groups: https://oauth2-proxy.github.io/oauth2-proxy/features/endpoints#auth

Hi @CallumWayve, we are currently in the process of joining the CNCF and therefore need to enforce DCO. Please sign all your commits. https://probot.github.io/apps/dco/

@klinden is this a new issue in v7.13.0 or did this occur in previous versions as well?

Ok, leaving this here for root cause analysis: https://github.com/oauth2-proxy/oauth2-proxy/blob/7cf69b27fa93923db4c3bc6104d21235f8d77712/pkg/sessions/cookie/session_store.go#L218-L238 https://github.com/oauth2-proxy/oauth2-proxy/blob/7cf69b27fa93923db4c3bc6104d21235f8d77712/pkg/sessions/cookie/session_store.go#L206-L213

Which are the exact names you used for your cookies? Is it really `_oauth2_proxy_app1` and `_oauth2_proxy_app2` with the numbers at the end?