William Will
William Will
Is there anything I can do to prioritize this? We are approaching a deadline to migrate everything to iam auth, and I am really hoping not to have to fork...
I think this is expected behavior. `cookie-refresh` is only tangentially related to the session age. I would check out this doc: https://oauth2-proxy.github.io/oauth2-proxy/configuration/session_storage?_highlight=cookie_refresh#redis-storage In particular: > The "cookie-refresh" value controls when...
I am very interested in this feature. Is there anything I can do to help push this through?
For anyone else that might come across this, the restricting to roles in this way is already supported through the `allowed_groups` flag. You just have to prepend them with `role:`...
Is there any possibility of this being reviewed/merged?
> Is there any way we can add testing locally to prove this is working? Is there a service that we could use to mock the AWS auth? I haven't...
Hi @JoelSpeed, Thank you for taking a look at our changes. I think that I have addressed your comments to the best of my ability, but happy to make additional...
@tuunit Thank you for pushing some updates to this MR. I've resolved the linting issues that were causing a build issue before and updated the changelog entry to reflect the...
`skip_auth_routes` is only supported by the reverse proxy aspect of Oauth2 Proxy. You will need to handle unauthed routes on the nginx side. I use caddy, not nginx, but I...
What is the redirect_uri query parameter when you first go to keycloak