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

[BE] fix(SwaggerConfig): ForwardedHeaderFilter 추가 #111

Merged
merged 5 commits into from
Jul 30, 2024

Conversation

hw0603
Copy link
Member

@hw0603 hw0603 commented Jul 30, 2024

관련 이슈

작업 내용

image

리버스 프록시 뒤에서 동작하는 Swagger에서 https 스키마를 자동 인식하지 못하는 문제를 해결했습니다.
자세한 내용은 이슈를 참조해 주세요!

특이 사항

SwaggerConfig.apiVersion 은 아직 불필요하다고 생각해서 제거했습니다.
제거하면서 서브모듈에 저장된 yaml 프로퍼티 파일에도 변경사항이 있어요!

CloudFront 배포 상에도 커스텀 헤더 X-Forwarded-Protohttps 로 설정해 두었습니다.
image

리뷰 요구사항 (선택)

- 리버스 프록시 뒤에서 동작하는 swagger에서 https 스키마를 자동 인식하지 못하는 문제 수정
@hw0603 hw0603 added 🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :) 🛠️ 픽스 버그를 해결했어요 :) ⚙️ 환경설정 환경을 설정해요 :) 📄 문서 문서를 작성해요 :) labels Jul 30, 2024
@hw0603 hw0603 added this to the 3차 데모데이 milestone Jul 30, 2024
@hw0603 hw0603 self-assigned this Jul 30, 2024
Copy link

github-actions bot commented Jul 30, 2024

Test Results

47 tests   47 ✅  4s ⏱️
14 suites   0 💤
14 files     0 ❌

Results for commit 3ecb8c3.

♻️ This comment has been updated with latest results.

seokmyungham
seokmyungham previously approved these changes Jul 30, 2024
Copy link
Contributor

@seunghye218 seunghye218 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https로 인식이 잘 되겠네요 👍

@hw0603 hw0603 merged commit 49610ec into develop Jul 30, 2024
6 checks passed
@hw0603 hw0603 deleted the fix/110-swagger-forwarded-header branch July 30, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚙️ 환경설정 환경을 설정해요 :) 🐈‍⬛ 백엔드 백엔드 관련 이슈에요 :) 📄 문서 문서를 작성해요 :) 🛠️ 픽스 버그를 해결했어요 :)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BE] 배포된 도메인의 Swagger UI에서 API 호출 시도 시 Mixed Content 오류가 발생해요 :(
5 participants