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

[chore] #291 - dev 서버에 redis password 설정 추가 #292

Merged
merged 3 commits into from
Dec 24, 2024

Conversation

hoonyworld
Copy link
Member

Related issue 🛠

Work Description ✏️

https://www.notion.so/jiwoothejay/redis-3c0639fc53374725bebeade081c5753f?pvs=4
redis docker 관련 세팅이 변경되었습니다. 해당 링크 참고해주시면 감사하겠습니다!

  • dev 서버에 redis password 설정을 추가했습니다.

Trouble Shooting ⚽️

image
  • dev 서버에 redis docker에 redis.conf 파일을 이용해 몇가지 운영 환경 설정 및 비밀번호 설정을 했었습니다.
  • 그런데 스프링부트에서 Redis 서버에 대한 인증이 실패했음을 나타내는 로그가 찍혔습니다.(구체적으로는, Redis 클라이언트가 Redis 서버에 연결하려고 시도했으나, 인증 과정에서 문제가 발생한 것입니다.)
  • 그 이유는 스프링부트에서 redis에 리프레쉬 토큰을 저장하려고 접근할 때, 비밀번호를 입력하지 않고 접근을 해서 해당 오류가 발생했습니다.
  • 따라서 dev 서버에만 password 설정을 진행하고자 합니다.(일단 develop에 머지, main 서버에 머지 전 prod 환경에도 redis 비밀번호 설정 필요!!!!!)

Related ScreenShot 📷

Uncompleted Tasks 😅

To Reviewers 📢

- prod에는 나중에 password 설정하려고 함.
- main에 머지 전 prod 레디스에 비밀번호 설정 필요함.
@hoonyworld hoonyworld linked an issue Dec 24, 2024 that may be closed by this pull request
1 task
@hoonyworld hoonyworld self-assigned this Dec 24, 2024
@hoonyworld hoonyworld merged commit 10f3926 into develop Dec 24, 2024
1 check passed
@hoonyworld hoonyworld deleted the chore/#291 branch December 24, 2024 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[chore] dev서버 레디스 비밀번호 설정
1 participant