buzzfeed / sso

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

sso-proxy: support dynamic config endpoint #86

Open namliz opened 5 years ago

namliz commented 5 years ago

Related to #68.

Config shouldn't require restarts and also should support remote endpoints and not just a file. My specific aim is essentially to be able to use Consul as a backend (outside the Kubernetes universe) but remote endpoints is a backend agnostic feature that's obviously very useful to have in all kinds of scenarios.

mreiferson commented 5 years ago

Similar to my comment in #68, have you considered confd?