-
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
[NO_JIRA] 기본 프로필 이미지 변경 #176
Conversation
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"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 주소 노출되어도 괜찮나..? 버켓 주소 있으면 보안상 위험할 듯 한데 숨기는거 어때 👀
액세스 정책 같은게 엄청 빡빡하게 세팅되어있지 않기도 하고, 되어있어도 aws 관련 값은 해킹당하면 위험하니까 (우리는! 돈이! 없다!) 안전하게 가면 좋을 것 같어
There was a problem hiding this comment.
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 = |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
동일!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
고생했어요~ 👍
📌 개요 (필수)
🔨 작업 사항 (필수)
💻 실행 화면 (필수)
설정해둔 기본 프로필이 들어가는 것까지 확인 완료!