ldap: autoriser ldaps via traefik

This commit is contained in:
2025-11-19 10:30:05 +01:00
parent 5dc5155c53
commit 5e858b86f3
3 changed files with 19 additions and 0 deletions

View File

@@ -9,3 +9,10 @@ http:
ipallowlist:
sourceRange:
- "127.0.0.1"
tcp:
middlewares:
ldap-ip-allowlist:
ipAllowList:
sourceRange:
- "127.0.0.1"