buzzfeed / sso

sso, aka S.S.Octopus, aka octoboi, is a single sign-on solution for securing internal services
MIT License
3.07k stars 187 forks source link

updating k8s configuration #326

Open 2o1o0 opened 2 years ago

2o1o0 commented 2 years ago

Problem

Kubernetes configuration file are out of date

Solution

Match with current sso and kubernetes requirements to make it work

Notes

As I followed the original article to setup buzzfeed/sso on K8S back in the days, I kind of lost tracked of what env vars are actually required. Maybe some I use are now out of date but are still available on my cluster.

RobertLowe commented 2 years ago

demo-apps also need updating

2o1o0 commented 2 years ago

@RobertLowe As this project didn't seems to be updated anymore, I switched to keycloak + Oauth2 proxy to achieve the same, but with what I find to be a better integration overall.