chore(security): gitignore env_config.json (PLD-1477) - #473
Open
ipdae wants to merge 1 commit into
Open
Conversation
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>
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.
요약
env_config.json(Stripesk_live·DB 비번·KMS/서명키 등 프로덕션 시크릿 번들)이 미추적이나.gitignore에 없어서 실수로git add시 커밋될 위험이 있었음..env*패턴은env_config.json(앞에 점 없음)을 매치하지 못함 → 명시적으로 추가.이미 로컬/공유 경로에 평문으로 존재해온 시크릿이므로 로테이션 권고(Stripe/DB/KMS·서명키). 이 PR은 재발 방지(추적 차단)만.