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

Azure Key Vault로 MySQL과 연결 #13

Merged
merged 5 commits into from
May 8, 2024
Merged

Azure Key Vault로 MySQL과 연결 #13

merged 5 commits into from
May 8, 2024

Conversation

HwiYul-G
Copy link
Owner

@HwiYul-G HwiYul-G commented May 8, 2024

  1. 인메모리 데이터베이스인 H2는 develop 시에만 사용하고, 실제 배포는 Azure의 MYSQL DB를 사용하도록 한다.
    • Azure에서 데이터베이스 리소스 프로비전
    • application.properties을 production과 development로 나눈다.
      • 기본적으론 dev가 실행되게 설정되어있다.
      • Azure 리소스에 keyvalut를 추가하고, key Vault Admin 추가
      • keyvalut의 secret에 ${dattasource-url}, ${datasource-username}, ${datasource-password}추가
      • Web app service와 keyvalut 연결하기 위해서, webapp resource의 id에서 system assigned의 status를 on한다.
      • key-vault에서 Key Valut Secrets User를 추가한다.
      • Application과 연결하기 위해서, application-prod.yml에 azure keyvault endpoint를 추가한다.
      • webapp의 configuration에서 application setting으로 앞에서 application에서 추가한 keyvault endpoint를 추가한다.
      • webapp의 configuration에서 SPRING_PROFILES_ACTIVE를 prod로 추가한다.

@HwiYul-G HwiYul-G merged commit cfd5a6c into main May 8, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant