Skip to content

[TEST/#268] 2차 QA 및 디코 배포 알림 설정#269

Merged
eeeeeaaan merged 4 commits intodevelopfrom
test/#268-certification-test-code
Feb 25, 2026
Merged

[TEST/#268] 2차 QA 및 디코 배포 알림 설정#269
eeeeeaaan merged 4 commits intodevelopfrom
test/#268-certification-test-code

Conversation

@eeeeeaaan
Copy link
Contributor

@eeeeeaaan eeeeeaaan commented Feb 25, 2026

#️⃣연관된 이슈

#268

📝작업 내용

  • 테스트 코드 작성
  • qr 데이터 내림차순 조회로 수정
  • 헬스체크용 api 설정
  • cd.yml 에 디코 봇 웹훅 설정 추가

💬고민사항 및 리뷰 요구사항 (Optional)

비고 (Optional)

  • 서버 배포상태 체크 api 사용을 위해 /actuator/health 경로를 jwtAuthFilter 의 WHITE_LIST 에 추가 하였습니다.
  • 서버 배포상태 체크 api는 따로 인증 로직을 사용하지 않게 하기위해 SecurityConfig에 따로 bean 으로 등록해주었습니다.
  • 헬스 체크 시 필요한 설정을 application.yml 에 해주었습니다.
management:
  endpoints:
    web:
      exposure:
        include: "health" 

@eeeeeaaan eeeeeaaan self-assigned this Feb 25, 2026
@eeeeeaaan eeeeeaaan added the ✨ feature New feature or request label Feb 25, 2026
@eeeeeaaan eeeeeaaan linked an issue Feb 25, 2026 that may be closed by this pull request
3 tasks
@eeeeeaaan eeeeeaaan changed the title Test/#268 certification test code [TEST/#268] 2차 QA 및 디코 배포 알림 설정 Feb 25, 2026
Copy link
Contributor

@leesumin0526 leesumin0526 left a comment

Choose a reason for hiding this comment

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

잘했어용

@eeeeeaaan eeeeeaaan merged commit 0954b9d into develop Feb 25, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TEST/#268] 2차 QA 및 디코 배포 알림 설정

2 participants