feat(infra): fix database SSL connection, add cookie domain, and implement OIDC-based CI/CD pipeline#52
Merged
Merged
Conversation
…connections in PrismaService
…oller and terraform infrastructure
…Terraform module for automated server deployment
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
개요
작업 내용
fix):rejectUnauthorized: false)을 활성화하도록PrismaService수정rds.force_ssl=1)으로 인한 데이터베이스 접근 차단 오류(P1010) 해결feat):COOKIE_DOMAIN환경 변수 신설auth.controller.ts및 테라폼 배포 설정에 해당 쿠키 설정(예:.dookmark.site) 연계 적용feat):modules/cicd) 추가.github/workflows/deploy-server.yml배포 스크립트를 구현하여 변경 내용 푸시 시 빌드, ECR 이미지 업로드 및 EC2 컨테이너 업데이트까지의 배포 전 과정을 자동화함검증 결과
tsc --noEmit통과biome check(또는lint/format) 통과terraform validate정상 통과terraform plan실행을 통해 OIDC Identity Provider 및 IAM 배포 전용 역할 리소스 반영 계획 확인 완료비고
Secret에 AWS IAM Role ARN 정보를 연동하여 자동 배포 파이프라인의 실동작을 개시할 수 있는 인프라 기반 준비 완료.