Conversation
- 파이프라인 외부 호출로 인한 로깅 시 기본 requestId 주입 - 로깅 서비스 트랜잭션 분리 강화 - 프롬프트 활성화 시 unique 제약 위반 방지 위해 flush 추가
- Admin 엔티티 생성시각 DB 위임 명시 - admin 페이지 base Url 수정 - 로깅 시 UUID 파싱 실패 예외 방지
관리자 페이지 추가
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.
✨ 주요 변경사항
🛠️ 기능 추가
/api/admin/auth/login)🔧 기능 개선
/assets/**허용으로 변경🐛 버그 수정
🔐 인증/보안 관련
/api/admin/auth/login엔드포인트만 permitAll 처리/api/admin/**경로 ADMIN 권한 필요하도록 변경🗂️ 기타
📌 참고사항
/api/admin/**denyAll → role 기반 접근 제어로 변경됨