feat(security): 계정 연락처 암호화와 키 버전 관리 - #217
Draft
hywznn wants to merge 8 commits into
Draft
Conversation
hywznn
marked this pull request as ready for review
August 19, 2026 12:56
hywznn
marked this pull request as draft
August 19, 2026 13:13
Member
Author
|
@BcKmini 일단 언급만 달아놓을게요 시간 되실 때 server-env 추가 부탁드립니다 PII_ENCRYPTION_ENABLED=true AI_RUNTIME_RENEWAL_ENDPOINT=http://ai:8000/internal/v1/workflows/renewal/run
server-env에 올라가면 머지해서 서버 배포 재시작 되도록 하겠습니다 |
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.
변경 내용
user_account.phone을 AES-256-GCM 암호문과 키 버전으로 저장migrate명령 추가verify명령 추가restore-plaintext명령 추가none으로 고정기존 구현과의 경계
document_ocr_run.result_ciphertextAES-GCM 저장을 유지합니다.운영 절차
migrate→verify→ API Smokemigrate→verify→ 이전 키 제거restore-plaintext→ 암호문 0건 확인 → 구버전 이미지 배포검증
./gradlew clean test통과./gradlew build -x test통과병합 상태
Closes #216