mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 08:15:52 +03:00
[PR #1325] [MERGED] server: allow specifying the healthcheck addresses #1258
Labels
No labels
backend
blocked
bug
cleanup
dependencies
docker
documentation
duplicate
enhancement
enhancement
frontend
github_actions
good first issue
help wanted
help wanted
integration
invalid
ldap
pull-request
question
rust
rust
tests
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/lldap-lldap#1258
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/lldap/lldap/pull/1325
Author: @sdwilsh
Created: 10/11/2025
Status: ✅ Merged
Merged: 11/16/2025
Merged by: @nitnelave
Base:
main← Head:healthcheck-args📝 Commits (1)
9a95373server: allow specifying the healthcheck addresses📊 Changes
5 files changed (+79 additions, -15 deletions)
View changed files
📝
lldap_config.docker_template.toml(+13 -0)📝
server/src/cli.rs(+15 -0)📝
server/src/configuration.rs(+31 -2)📝
server/src/healthcheck.rs(+8 -10)📝
server/src/main.rs(+12 -3)📄 Description
This change adds two new optional configuration options:
ldap_healthcheck_hostto pair withldap_hosthttp_healthcheck_hostto pair withhttp_hostThese new options will allow someone to specify a specific address for
ldap_hostandhttp_hostand still have functional health checks, as health checks were previously hard-coded to check againstlocalhostprior to this change. These new settings default tolocalhostto preserve the existing behavior.Fixes #700
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.