Another Ldap Auth Versions Save

LDAP Authentication for Nginx, Nginx ingress controller (Kubernetes), and HAProxy via a subrequest.

2.4

2 years ago

2.3

2 years ago
  • Run the Docker as Non-root
  • Update K8s manifests
  • Update Helm chart
  • Bug fix for #34

2.2.1

2 years ago

Bug fixes

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

2.2

2 years ago
  • 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

2.1

2 years ago
  • 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

2.0.3

2 years ago
  • Bugfix for groups in cache
  • Logs show the groups cached for the user

2.0.2

2 years ago

2.0.1

2 years ago
  • Update Helm chart, new version 0.2.0
  • Bug fixes for "Allowed users"

2.0

2 years ago
  • 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

1.9

3 years ago
  • 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