Releases: dignajar/another-ldap
Releases · dignajar/another-ldap
Another LDAP - Form-based Authentication - v0.11
- Rollback to Alpine 3.14 because Python-ldap doesn't support OpenLDAP 2.5+ python-ldap/python-ldap#432
Another LDAP - Form-based Authentication - v0.10
- Add Prometheus metrics, only one metric is supported for now, the metric
last_connection
- Update Alpine to 3.15
To use Prometheus metrics you need an extra pod (Another LDAP Prometheus Metrics), please read the README to configure the Prometheus metrics.
Another LDAP - Form-based Authentication - v0.9
Another LDAP - Form-based Authentication - v0.8
- Allow configuring the number of days the session will expire via env
PERMANENT_SESSION_LIFETIME
- Update Python to 3.9.9
- Update Kubernetes manifests for v1.20 and higher
Another LDAP - Form-based Authentication - v0.7
- Update Python to 3.9.7
- Trim spaces for each allowed users and allowed groups
- Get real user IP from Nginx Ingress Controller
- Hardcode Pip packages versions
- Add
automountServiceAccountToken: false
to K8s manifest
Another LDAP - Form-based Authentication - v0.6
get tmp filesystem via tempfile
Another LDAP - Form-based Authentication - v0.5
Support only https connection
Another LDAP - Form-based Authentication - v0.4
Improve alerting for the user when authorization or authentication fa…
Another LDAP - Form-based Authentication - v0.3
Callback splitted to avoid WAF rules GenericRFI_QUERYARGUMENTS, env v…
Another LDAP - Form-based Authentication - v0.2
disable auto-reload from flask