feat: 베타 도메인 CORS 허용 및 yml 설정 분리#503
Merged
Merged
Conversation
6 tasks
Contributor
There was a problem hiding this comment.
Code Review
This pull request externalizes the CORS allowed origin patterns by introducing a new 'CorsProperties' configuration class and injecting it into 'SecurityConfig'. The review feedback suggests improving 'CorsProperties' by replacing '@configuration' with '@component' and utilizing constructor binding to ensure immutability and null safety.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
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.
🧩 관련 이슈
🛠️ 작업 내용
SecurityConfig하드코딩 방식에서 yml 설정 기반으로 분리했습니다.CorsProperties를 추가하여cors.allowed-origin-patterns설정값을 바인딩하도록 구성했습니다.📢 참고 및 특이사항
✅ 체크리스트
feat: 로그인 기능 구현)close #이슈번호)