Skip to content

v1.2.0

Compare
Choose a tag to compare
@Jusshersmith Jusshersmith released this 01 Apr 17:44
0d3b27d

Changelog

  • Add provider for individual e-mail address authentication (#113)
  • Update to documentation to reflect unsupported nested groups (#135)
  • Change all session or csrf store logic to use internal CookieStore instead. (#137)
  • Prevent empty cookie header being added to request (#143)
  • Remove unused SecretBytes function (#145)
  • Install curl in the base image, allowing SSO to work with Istio liveness commands (#147)
  • Allow specification of default allowed groups via environment config for upstreams (#148)
  • Fix bug preventing effective use of nested Google groups (#149)
  • Move to Go 1.11 and utilise Go Mod with vendored dependencies, instead of GPM (#154)
  • Add attribution of oauth2_proxy to readme (#156)
  • Add implementation of reset deadline for http transports to aid with dynamic routing environments (#159)
  • Set limit for the WriteTimeout of http.Server to prevent 200 OK being incorrectly sent on long, timed out requests (#163)
  • Remove requirement to pull in dependency source code changes with each build (#168)