-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #73
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
Develop #73
Conversation
Update build.gradle
Update application.properties
|
Caution Review failedThe pull request is closed. Walkthrough이번 변경사항은 AWS 관련 환경 변수와 시크릿을 배포 워크플로우에 추가하고, 코드 및 설정 파일의 포맷을 정리하며, Spring Security의 HTTP 보안 규칙을 확장하였습니다. 또한 JWT 시크릿 프로퍼티 키를 수정하고, 불필요한 코드와 주석을 제거하여 전반적인 코드와 설정의 명확성을 높였습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant Gateway
participant SecurityConfig
participant Controller
User->>Gateway: GET /main 또는 /main/...
Gateway->>SecurityConfig: 인증/인가 요청
SecurityConfig-->>Gateway: 요청 허용 (permitAll)
Gateway->>Controller: 요청 전달
Controller-->>Gateway: 응답 반환
Gateway-->>User: 결과 반환
Poem
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (6)
✨ Finishing Touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Update MypagePostController.java
이슈 번호
작업 내용
기타
Summary by CodeRabbit