Skip to content

Releases: dignajar/another-ldap-auth

Another LDAP Authentication v2.4

21 Dec 14:16
Compare
Choose a tag to compare

Another LDAP Authentication v2.3

25 Jun 13:31
e7e741c
Compare
Choose a tag to compare
  • Run the Docker as Non-root
  • Update K8s manifests
  • Update Helm chart
  • Bug fix for #34

Another LDAP Authentication v2.2.1

18 Jun 10:31
0d4e9de
Compare
Choose a tag to compare

Bug fixes

  • Conditional for users and groups
  • Regex matching groups try and catch

Another LDAP Authentication v2.2

15 Jun 14:26
88e0020
Compare
Choose a tag to compare
  • LDAP_ALLOWED_GROUPS_USERS_CONDITIONAL conditional between Allowed Groups and/or Allowed Users thanks @leandro-loos
  • The cache keeps the full structure of LDAP groups when the user is success authenticate

Another LDAP Authentication v2.1

14 Jun 09:43
e1eff60
Compare
Choose a tag to compare
  • Add Brute force protection, block IP for a few seconds after N failures
  • Bugfix #25, case insensitive for regex
  • Remove Server: header from the response for security reasons

Another LDAP Authentication v2.0.3

08 Jun 07:15
ee11e6a
Compare
Choose a tag to compare
  • Bugfix for groups in cache
  • Logs show the groups cached for the user

Another LDAP Authentication v2.0.2

07 Jun 11:13
08a1587
Compare
Choose a tag to compare
  • Allow hyphens for groups, related issue #19
  • Bugfix for groups in cache thanks @rodrigoechaide

Another LDAP Authentication v2.0.1

31 May 12:35
6b24bac
Compare
Choose a tag to compare
  • Update Helm chart, new version 0.2.0
  • Bug fixes for "Allowed users"

Another LDAP Authentication v2.0

26 May 09:45
Compare
Choose a tag to compare
  • Include requirements.txt with fixed versions
  • Update to Python 3.9.5
  • Run container as non-root
  • Support for allowed users or allowed groups, allows service account that doesn't belong to the groups
  • Cache supports groups
  • Session encryption key via parameters
  • Update K8S manifests for support HTTPS
  • Print proper log level
  • Refactor bind structure for #7

Another LDAP Authentication v1.9

05 Jan 12:54
Compare
Choose a tag to compare
  • Supports HTTPS with a self-signed certificate, you can enable it via LDAP_HTTPS_SUPPORT.
  • Logs improvements, the logs print the username, source IP, and referrer.
  • Minor fixes in cache