mirror of
https://github.com/lldap/lldap.git
synced 2026-04-25 16:25:55 +03:00
[PR #94] [MERGED] Fix issues with docker around users and permissions #540
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#540
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/94
Author: @nitnelave
Created: 11/27/2021
Status: ✅ Merged
Merged: 11/27/2021
Merged by: @nitnelave
Base:
main← Head:fix_config📝 Commits (2)
3ebca01config: Prevent loading the wrong server_key7bf490cdocker: Fix permission issues, remove user from container📊 Changes
5 files changed (+46 additions, -33 deletions)
View changed files
📝
Dockerfile(+8 -18)📝
README.md(+4 -0)📝
docker-entrypoint.sh(+20 -0)📝
server/src/infra/cli.rs(+5 -0)📝
server/src/infra/configuration.rs(+9 -15)📄 Description
By making the /app folder world-readable, we have nothing that ties us to the
appuser, so we can run the container as any user. This, and some added startup checks for permissions, should help with most issues that users experience.Fixes #86
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.