Closed falfaro closed 5 years ago
We may want to take a look at oathkeeper, hydra, etc. : https://github.com/ory
Let me know if I can help (author here)
Some ~requirements and ideas after our meeting (Bitnami SRE), pasting from internal g/doc _SRE: BKPR is deprecating Oauth2proxy :
NAME.NAMESPACE.svc.cluster.local
urls (current case)NetworkPolicies
)AWS/kops
)oauth2_proxy
requires one instance per protected ingress, something to consider would be switching to an implementation like https://github.com/buzzfeed/sso which uses a single auth frontend:
cert-manager
), obviously already pre-setup for Logging and Monitoring provided stacks.Fwiw:
https://twitter.com/JoelASpeed/status/1084778031279980546 Last year, @Bitly archived their OAuth2_Proxy project. @pusher decided to keep the community alive and have taken on the project from here on out. After some migration work, we are now ready to start accepting issues and PRs. Spread the word! https://github.com/pusher/oauth2_proxy
It seems they (currently) have a 3.0.0 release which is identical to the bitly v2.2, except with changed references to repos, etc. There are a few commits to master
since then, including some improvements to OIDC token refresh.
I will close this one now, as we moved to pusher's version a while ago
As of the 30th of August 2018 the oauth2_proxy project in GitHub has been officially declared as dead and the repository switched to read-only. This is as per https://github.com/bitly/oauth2_proxy/issues/628.
There are several alternatives:
The goal of this issue is to investigate these options, see their pros and cons, and come up with a decision.
Non-goals: the actual implementation of the change