Skip to content

NFS root_squash 도입에 따른 마운트 구조 변경 - #35

Merged
dongmin0204 merged 7 commits into
mainfrom
decs260602
Jun 2, 2026
Merged

NFS root_squash 도입에 따른 마운트 구조 변경#35
dongmin0204 merged 7 commits into
mainfrom
decs260602

Conversation

@dongmin0204

Copy link
Copy Markdown
Contributor

🌱 관련 이슈

🌱 작업 사항

  • DECS entrypoint를 NFS 계정 파일 기반 구조에 맞게 정리했습니다.
  • /etc/passwd, /etc/group, /etc/shadow는 config-server가 마운트한 값을 검증해서 사용하도록 변경했습니다.
  • /etc/sudoers.d/$USER_ID는 컨테이너 로컬 파일로 생성하도록 변경했습니다.
  • Jupyter, VNC, noVNC를 사용자 권한으로 실행하도록 변경했습니다.
  • Dockerfile에 gosu 설치를 추가했습니다.

🌱 참고 사항

기능을 만들 때 생긴 이슈에 대해서 다른사람들이 참고해야 할 사항을 적습니다.

  • sudoers는 컨테이너 내부 로컬 파일로 생성되어야 하며, root:root, 0440 권한을 유지해야 합니다.

@gitguardian

gitguardian Bot commented Jun 2, 2026

Copy link
Copy Markdown

️✅ There are no secrets present in this pull request anymore.

If these secrets were true positive and are still valid, we highly recommend you to revoke them.
While these secrets were previously flagged, we no longer have a reference to the
specific commits where they were detected. Once a secret has been leaked into a git
repository, you should consider it compromised, even if it was deleted immediately.
Find here more information about risks.


🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.

@dongmin0204
dongmin0204 merged commit 1b6a9d3 into main Jun 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ feat ] NFS root_squash 도입에 따른 마운트 구조 변경

2 participants