- PersonalDataEncryptConverter: isFakeMode 메서드 추가
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
eapim-portal CI (from elink-portal-common) / build (push) Has been cancelled
- LegacyEncryptionMigration: 허용 IP 검증 로직 추가 - 스킵 내역 로그 강화 - 암호화 대상 컬럼 추가 및 DamoMode 구분 지원
This commit is contained in:
@@ -97,6 +97,11 @@ public class PersonalDataEncryptConverter implements AttributeConverter<String,
|
||||
return DamoManager.getInstance().isBypassMode();
|
||||
}
|
||||
|
||||
/** 현재 damo-manager 가 fake 모드(scpdb 부재, Base64 대체)인지 여부. 운영 실행 전 REAL 확인용. */
|
||||
public boolean isFakeMode() {
|
||||
return DamoManager.getInstance().isFakeMode();
|
||||
}
|
||||
|
||||
/**
|
||||
* 암호화 여부 확인(base64 인코딩 여부로 판단, 또는 0-9, - 로 구성된 경우 암호화 되지 않은 걸로 판단(연락처))
|
||||
* @param data
|
||||
|
||||
Reference in New Issue
Block a user