Releases: dignajar/another-ldap-auth
Releases · dignajar/another-ldap-auth
Another LDAP Authentication v2.4
- Update Python to 3.9.9
- Update Alpine Docker base image
- Update Python LDAP for security reasons, please read the changelog. https://github.com/python-ldap/python-ldap/releases/tag/python-ldap-3.4.0
Another LDAP Authentication v2.3
- Run the Docker as Non-root
- Update K8s manifests
- Update Helm chart
- Bug fix for #34
Another LDAP Authentication v2.2.1
Bug fixes
- Conditional for users and groups
- Regex matching groups try and catch
Another LDAP Authentication v2.2
LDAP_ALLOWED_GROUPS_USERS_CONDITIONAL
conditional betweenAllowed Groups
and/orAllowed Users
thanks @leandro-loos- The cache keeps the full structure of LDAP groups when the user is success authenticate
Another LDAP Authentication v2.1
- 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
- Bugfix for groups in cache
- Logs show the groups cached for the user
Another LDAP Authentication v2.0.2
- Allow hyphens for groups, related issue #19
- Bugfix for groups in cache thanks @rodrigoechaide
Another LDAP Authentication v2.0.1
- Update Helm chart, new version
0.2.0
- Bug fixes for "Allowed users"
Another LDAP Authentication v2.0
- 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
- 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