buzzfeed / sso

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

docs: outline env vars and fix provider setup documentation #240

Closed Jusshersmith closed 5 years ago

Jusshersmith commented 5 years ago

Problem

Right now it's not abundantly clear what environment variables can be set, and in some cases, their types or defaults as well.

Solution

Adds a list of environment variables that will be read by sso_auth, their types and defaults.

Also added is an extra var in the google provider docs

codecov[bot] commented 5 years ago

Codecov Report

Merging #240 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #240   +/-   ##
=======================================
  Coverage   62.22%   62.22%           
=======================================
  Files          50       50           
  Lines        4072     4072           
=======================================
  Hits         2534     2534           
  Misses       1350     1350           
  Partials      188      188
jphines commented 5 years ago

Other than stray syntax, LGTM.