-
Notifications
You must be signed in to change notification settings - Fork 1
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
[BSVR-256] 환경변수 관리를 위한 AWS Secret Manger 도입 - V2 #187
Conversation
oauth: | ||
kakaoClientId: ${KAKAO_CLIENT_ID} | ||
kakaoAuthTokenUrlHost: ${KAKAO_AUTH_TOKEN_URL_HOST} | ||
kakaoAuthUserUrlHost: ${KAKAO_AUTH_USER_URL_HOST} | ||
kakaoRedirectUrl: ${KAKAO_REDIRECT_URL} | ||
googleClientId: ${GOOGLE_CLIENT_ID} | ||
googleClientSecret: ${GOOGLE_CLIENT_SECRET} | ||
googleRedirectUrl: ${GOOGLE_REDIRECT_URL} | ||
googleAuthTokenUrlHost: ${GOOGLE_AUTH_TOKEN_URL_HOST} | ||
googleUserUrlHost: ${GOOGLE_AUTH_USER_URL_HOST} |
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.
🎉🎉🎉🎉🎉🎉🎉
이렇게 간단한 작업을... 괜히 sdk로 하려다가 4,5일을 삽질했네 😭 😭 |
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.
확인 완료!
나는 .env에 변수 다 들어있는데 그냥 그대로 사용가능한거지??
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.
엉 그렇게 사용해도돼! |
📌 개요 (필수)
🔨 작업 사항 (필수)
⚡️ 관심 리뷰 (선택)
🌱 연관 내용 (선택)
💻 실행 화면 (필수)