Compono-Team / I-backend

4 stars 0 forks source link

feat: Add AES Algorithm Encryption Settings (#17) #23

Closed chea-young closed 10 months ago

chea-young commented 10 months ago
chea-young commented 10 months ago

AES 알고리즘을 사용하기 위한 암호화, 복호화 대칭키가 존재하여 application.yml 파일에 secret-key 추가 필요합니다. 위치는 아래와 같으며 자세한 정보는 notion에 업로드 해놓았습니다! PR 완료는 민감한 정보 설정 완료된 이후에 진행해놓도록 하겠습니다!

spring:
  cryptography:
    aes:
      secret-key: ${aes-secret-key}
jifrozen0110 commented 10 months ago

👍 머지전에 rebase해서 충돌 확인해주세요!

sonarcloud[bot] commented 10 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

5 New issues
0 Security Hotspots
91.3% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

chea-young commented 10 months ago

죄송합니다 제가 rebase 하는데 미숙하여 잘 못 작업했는지 'Rebase and merge'가 'This branch cannot be rebased due to conflicts' 해당 문구로 불가능하다고 뜨고 있습니다 급한 건이라 우선 merge로 진행하는데 다음부터는 무조건 rebase 로 진행하도록 하겠습니다 진짜 죄송합니다,