Skip to content

kube-ldap v1.3.0

Compare
Choose a tag to compare
@juckerf juckerf released this 07 Jan 09:41
· 32 commits to master since this release
01f5ad9

Changed

  • Failed authentication sends a WWW-Authenticate header in the HTTP response
  • Default loglevel is now info (was debug)
  • Update node to latest 8.x LTS in docker image

Added

  • LDAP related logging
  • Configuration parameter whether to use StartTLS for LDAP or not (enabled by default).

Fixed

  • Single group memberships are returned as a string (instead of an array) by LDAP in some cases and broke the membership resolution. This is now handled correctly.
  • Fixed units in README for LDAP reconnect config parameters.