forked from wine-area/DMS-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
merge: 데이터 암호화 구현 #493
Closed
Closed
merge: 데이터 암호화 구현 #493
Conversation
This file contains 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
rlaisqls
requested review from
softpeanut,
jeongyoon05,
tedsoftj1123 and
alsdl0629
as code owners
May 10, 2023 03:25
dms-infrastructure/src/main/kotlin/team/aliens/dms/thirdparty/encrypt/AwsKMSAdapter.kt
Fixed
Show fixed
Hide fixed
테스트용 api. url 권한은 설정하지 않았습니다. ㅇ .
rlaisqls
force-pushed
the
subfeat/encrypt-adapter
branch
from
May 10, 2023 05:43
53ddfd3
to
4860209
Compare
rlaisqls
force-pushed
the
subfeat/encrypt-adapter
branch
from
May 10, 2023 05:49
3b601bb
to
c5a996c
Compare
rlaisqls
force-pushed
the
subfeat/encrypt-adapter
branch
from
May 10, 2023 22:13
4aaca17
to
cab6f47
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
작업 내용 설명
주요 변경 사항
결과물
첫 요청인 경우
schoolSecret 캐시되어있는 경우
secret이 캐시되어있지 않은 경우 조회쿼리 + kms 요청으로 인해 반환에 1초 이상이 더 소요되지만, 캐시 된 경우에는 큰 차이 없는 것으로 보입니다
체크리스트
관련 이슈