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

spring cloud config를 통한 설정 정보 분리 #69

Merged
merged 19 commits into from
Sep 30, 2024
Merged

Conversation

hyeok-kong
Copy link
Collaborator

개발 사항

  • spring-cloud-config를 통해 설정 정보를 중앙집중식으로 관리합니다.
  • spring-cloud-bus를 통해 설정 정보 변경을 즉시 반영합니다.
    • git private repo를 사용했습니다.
    • messaging platform으로 기존에 사용하고 있던 Kafka를 사용했습니다
    • github_webhook을 통해 정보 변경이 즉시 반영됩니다.
  • RSA를 통해 민감한 정보를 암호화했습니다.

@hyeok-kong hyeok-kong added the enhancement New feature or request label Sep 30, 2024
@hyeok-kong hyeok-kong self-assigned this Sep 30, 2024
@hyeok-kong hyeok-kong merged commit 091a712 into main Sep 30, 2024
1 check passed
@hyeok-kong hyeok-kong linked an issue Sep 30, 2024 that may be closed by this pull request
@hyeok-kong hyeok-kong deleted the feature/63 branch October 1, 2024 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

설정 정보 분리하기
1 participant