운영 회원 탈퇴 환경변수 주입 - #306
Open
goder-0 wants to merge 1 commit into
Open
Conversation
📊 코드 커버리지 리포트
|
goder-0
force-pushed
the
feature/#305-member-withdrawal-deploy-config
branch
from
September 4, 2026 04:12
0837bc5 to
316db5f
Compare
ckdals4600
self-requested a review
September 6, 2026 13:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
PR 설명
운영 릴리즈에서 회원 탈퇴 환경변수가 누락되어
DELETE /v1/member가M-007(503)로 실패하던 문제를 수정합니다.APP_MEMBER_WITHDRAWAL_INTERNAL_SECRET을 GitHub Actions Secret에서 배포 단계에만 주입합니다.sudo --preserve-env에 필요한 변수 이름만 지정하여 Docker Compose로 전달하며, secret 값을 명령행 인자로 넘기거나 디스크 파일에 기록하지 않습니다.배포 전 필수 설정
Repository Actions Secret에 n8n의
member-deletewebhook Header Auth와 동일한 값을 등록해야 합니다.Secret 등록 후 새 패치 버전으로 릴리즈해야 현재 운영 컨테이너에 반영됩니다.
검증