Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2019-04-01 | 1.5 kB | |
v1.2.0.tar.gz | 2019-04-01 | 2.5 MB | |
v1.2.0.zip | 2019-04-01 | 2.9 MB | |
sso-1.2.0-linux-amd64-go1.12.1.tar.gz | 2019-03-27 | 12.0 MB | |
Totals: 4 Items | 17.4 MB | 0 |
Changelog
- Add provider for individual e-mail address authentication (https://github.com/buzzfeed/sso/pull/113)
- Update to documentation to reflect unsupported nested groups (https://github.com/buzzfeed/sso/pull/135)
- Change all session or csrf store logic to use internal
CookieStore
instead. (https://github.com/buzzfeed/sso/pull/137) - Prevent empty cookie header being added to request (https://github.com/buzzfeed/sso/pull/143)
- Remove unused
SecretBytes
function (https://github.com/buzzfeed/sso/pull/145) - Install
curl
in the base image, allowing SSO to work with Istio liveness commands (https://github.com/buzzfeed/sso/pull/147) - Allow specification of default allowed groups via environment config for upstreams (https://github.com/buzzfeed/sso/pull/148)
- Fix bug preventing effective use of nested Google groups (https://github.com/buzzfeed/sso/pull/149)
- Move to Go 1.11 and utilise Go Mod with vendored dependencies, instead of GPM (https://github.com/buzzfeed/sso/pull/154)
- Add attribution of
oauth2_proxy
to readme (https://github.com/buzzfeed/sso/pull/156) - Add implementation of reset deadline for http transports to aid with dynamic routing environments (https://github.com/buzzfeed/sso/pull/159)
- Set limit for the
WriteTimeout
ofhttp.Server
to prevent200 OK
being incorrectly sent on long, timed out requests (https://github.com/buzzfeed/sso/pull/163) - Remove requirement to pull in dependency source code changes with each build (https://github.com/buzzfeed/sso/pull/168)