Skip to content

[Fix] (Infra) ssl인증에 따른 github actions worlflow 수정#84

Merged
jay91537 merged 3 commits intodevelopfrom
81-feature-ssl
Jun 7, 2025
Merged

[Fix] (Infra) ssl인증에 따른 github actions worlflow 수정#84
jay91537 merged 3 commits intodevelopfrom
81-feature-ssl

Conversation

@jay91537
Copy link
Contributor

@jay91537 jay91537 commented Jun 7, 2025

as - is

  • 외부에서 http:<IP주소>:80으로 리버스 프록시 (nginx) 접속 가능
  • 외부에서 http:<IP주소>:8080, 8081 으로 리버스 프록시로 가려져야 하는 서버 컨테이너까지 접속 가능

to - be

  • 외부에서 http:<IP주소>:80으로 접속 시 https:<IP주소>:443으로 리다이렉트
  • 외부에서 http<IP주소>:8080, 8081로 접속 불가
  • 따라서 actions workflow에서 서버 헬스체크를 위해 외부에서 접근하던 로직을 변경해 ssh 접속 후 서버 내부에서 체크하도록 변경

@jay91537 jay91537 self-assigned this Jun 7, 2025
@jay91537 jay91537 merged commit 60348f5 into develop Jun 7, 2025
2 checks 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