[PR #16] [MERGED] Updates for ALDAP v2.0 #23

Closed
opened 2026-03-02 03:51:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dignajar/another-ldap-auth/pull/16
Author: @dignajar
Created: 5/24/2021
Status: Merged
Merged: 5/26/2021
Merged by: @dignajar

Base: masterHead: updates-for-v2


📝 Commits (3)

📊 Changes

9 files changed (+285 additions, -141 deletions)

View changed files

📝 .gitignore (+1 -0)
📝 Dockerfile (+14 -9)
📝 README.md (+36 -17)
📝 files/aldap.py (+47 -46)
📝 files/cache.py (+87 -13)
📝 files/main.py (+88 -54)
files/requirements.txt (+4 -0)
📝 kubernetes/deployment.yaml (+7 -1)
📝 kubernetes/service.yaml (+1 -1)

📄 Description

  • Include requirements.txt with fixed versions
  • Update to Python 3.9.5
  • Run container as non-root
  • Support for matching users or matching groups, allows service account that doesn't belong to the groups
  • Cache supports matching groups
  • Session encryption key via parameters
  • Update K8S manifests for support HTTPS

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dignajar/another-ldap-auth/pull/16 **Author:** [@dignajar](https://github.com/dignajar) **Created:** 5/24/2021 **Status:** ✅ Merged **Merged:** 5/26/2021 **Merged by:** [@dignajar](https://github.com/dignajar) **Base:** `master` ← **Head:** `updates-for-v2` --- ### 📝 Commits (3) - [`7d70cf6`](https://github.com/dignajar/another-ldap-auth/commit/7d70cf6e2d015b0938f7df2547cd3136811efd2e) Updates for v2 - [`4afa443`](https://github.com/dignajar/another-ldap-auth/commit/4afa443df3826d82a28eed6ba9429ca8744e2fe6) Updates for v2 - [`09fd7b5`](https://github.com/dignajar/another-ldap-auth/commit/09fd7b502955396d1a72ea94155b3af4e2541ee6) change matching for allowed ### 📊 Changes **9 files changed** (+285 additions, -141 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+1 -0) 📝 `Dockerfile` (+14 -9) 📝 `README.md` (+36 -17) 📝 `files/aldap.py` (+47 -46) 📝 `files/cache.py` (+87 -13) 📝 `files/main.py` (+88 -54) ➕ `files/requirements.txt` (+4 -0) 📝 `kubernetes/deployment.yaml` (+7 -1) 📝 `kubernetes/service.yaml` (+1 -1) </details> ### 📄 Description - Include requirements.txt with fixed versions - Update to Python 3.9.5 - Run container as non-root - Support for matching users or matching groups, allows service account that doesn't belong to the groups - Cache supports matching groups - Session encryption key via parameters - Update K8S manifests for support HTTPS --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:51:21 +03:00
Sign in to join this conversation.
No labels
bug
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap-auth#23
No description provided.