Skip to content

kube-ldap v2.0.0

Compare
Choose a tag to compare
@juckerf juckerf released this 12 Jun 14:09
· 11 commits to master since this release
7809f1f

Added

  • Prometheus exporter on route "/metrics" (basic auth protected)

Changed

  • BREAKING: Extra-Attributes and groups are now no longer included in the JWT issued after user authentication. Extra-Attributes and group memberships are now resolved during the token review and are included in the token review response
  • Internal: Use ldapts instead of ldapjs as ldap library

Fixed

  • Fix membership resolution for ldap objects without any membership

Removed

  • BREAKING: LDAP StartTLS is no longer supported
  • BREAKING: LDAP reconnect logic (now there's a new connection for every request)