Skip to content

v2.0.0-beta.3

Pre-release
Pre-release
Compare
Choose a tag to compare
@ericchiang ericchiang released this 01 Dec 23:32
· 2735 commits to master since this release

For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md

Changes since beta.2

Documentation:

  • Updated Kubernetes deployment examples (#684)
  • LDAP docs are now clearer about using port 636 for LDAP Secured (#708)
  • Various minor, documentation fixes (#703, #704, #709)

Features:

  • gRPC call for listing passwords (#695)
  • LDAP connector can query full DN's even when they're not present as attributes (#698)
  • LDAP now uses methods provided by gopkg.in/ldap for escaping usernames (#701)
  • LDAP and GitHub connectors now re-query upstream identity provider when refreshing a token (#702)
  • Experimental theme support added for internal CoreOS use while we explore general solutions (#711, #717)
  • Example app uses a non-empty state to help validate that providers correctly respect state (#713)
  • Switched OpenID Connect client to use new coreos/go-oidc changes (#696, #715)

Bugs:

  • Return "groups" in "supported_scopes" (#697)
  • Server test flakes fixed (#700)