Skip to content
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

[NO_JIRA] 기본 프로필 이미지 변경 #176

Merged
merged 2 commits into from
Aug 29, 2024

Conversation

wjdwnsdnjs13
Copy link
Member

@wjdwnsdnjs13 wjdwnsdnjs13 commented Aug 28, 2024

📌 개요 (필수)

  • 기본 프로필 이미지 변경

🔨 작업 사항 (필수)

  • 기본 프로필 이미지 변경
  • 기본 프로필 이미지 환경 변수 추가
    • 컨플루언스 참고해서 application-aws에 환경 변수 추가해주세요 :)

💻 실행 화면 (필수)

image
image

설정해둔 기본 프로필이 들어가는 것까지 확인 완료!

@wjdwnsdnjs13 wjdwnsdnjs13 added the ♻️ Refactor 코드 리팩토링 및 구조 개선 label Aug 28, 2024
@wjdwnsdnjs13 wjdwnsdnjs13 self-assigned this Aug 28, 2024
Copy link

github-actions bot commented Aug 28, 2024

Test Results

53 tests  ±0   53 ✅ ±0   5s ⏱️ -1s
18 suites ±0    0 💤 ±0 
18 files   ±0    0 ❌ ±0 

Results for commit 3d483d0. ± Comparison against base commit 76a3606.

♻️ This comment has been updated with latest results.

Comment on lines 19 to 20
private final String BASIC_PROFILE_IMAGE_URL =
"https://spot-image-bucket-v2.s3.ap-northeast-2.amazonaws.com/profile-images/%EA%B8%B0%EB%B3%B8+%ED%94%84%EB%A1%9C%ED%95%84+%EC%9D%B4%EB%AF%B8%EC%A7%80.png";
Copy link
Collaborator

@EunjiShin EunjiShin Aug 28, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이거 주소 노출되어도 괜찮나..? 버켓 주소 있으면 보안상 위험할 듯 한데 숨기는거 어때 👀
액세스 정책 같은게 엄청 빡빡하게 세팅되어있지 않기도 하고, 되어있어도 aws 관련 값은 해킹당하면 위험하니까 (우리는! 돈이! 없다!) 안전하게 가면 좋을 것 같어

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

환경 변수로 변경했어!

@@ -21,6 +21,9 @@
@JsonIgnoreProperties(ignoreUnknown = true)
public class KakaoUserInfoEntity extends BaseEntity {

private final String BASIC_PROFILE_IMAGE_URL =
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

동일!

Copy link
Collaborator

@EunjiShin EunjiShin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생했어요~ 👍

@wjdwnsdnjs13 wjdwnsdnjs13 merged commit 5c1b358 into main Aug 29, 2024
5 checks passed
@wjdwnsdnjs13 wjdwnsdnjs13 deleted the feat/NO_JIRA_Basic_profile_image branch August 29, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
♻️ Refactor 코드 리팩토링 및 구조 개선 size/S
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants