Skip to content

chore(security): gitignore env_config.json (PLD-1477) - #473

Open
ipdae wants to merge 1 commit into
mainfrom
yang/pld-1477-gitignore-env-config
Open

chore(security): gitignore env_config.json (PLD-1477)#473
ipdae wants to merge 1 commit into
mainfrom
yang/pld-1477-gitignore-env-config

Conversation

@ipdae

@ipdae ipdae commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

요약

env_config.json(Stripe sk_live·DB 비번·KMS/서명키 등 프로덕션 시크릿 번들)이 미추적이나 .gitignore에 없어서 실수로 git add 시 커밋될 위험이 있었음.

.env* 패턴은 env_config.json(앞에 점 없음)을 매치하지 못함 → 명시적으로 추가.

⚠️ 별개 조치 필요(사람)

이미 로컬/공유 경로에 평문으로 존재해온 시크릿이므로 로테이션 권고(Stripe/DB/KMS·서명키). 이 PR은 재발 방지(추적 차단)만.

env_config.json은 Stripe sk_live·DB 비번·KMS/서명키 등 프로덕션 시크릿 번들인데
미추적이나 gitignore 안 돼 실수로 git add 시 커밋될 위험이 있었음.
(.env* 패턴은 'env_config.json'을 매치하지 못함 — 앞에 점 없음)

⚠️ 별개 조치 필요(사람): 이미 로컬/공유 경로에 평문 존재한 시크릿 로테이션 권고.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant