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

개발 서버에서 스웨거 호출 시 403 Forbidden이 발생하는 문제를 해결한다 #86

Open
1 task
jemlog opened this issue Oct 4, 2023 · 0 comments
Assignees
Labels

Comments

@jemlog
Copy link
Collaborator

jemlog commented Oct 4, 2023

1️⃣ 설명 (Description)

Local 환경과 Production 환경에서는 Swagger API가 정상 호출되지만, Dev 서버에서만 403 Forbidden이 발생하는 이슈가 있습니다.

Prod 서버와 Dev 서버의 Nginx config의 경우 문제가 될 부분이 없어서 어플리케이션 코드 상 문제점이라고 생각됩니다.

2️⃣ To-do

  • 코드 상의 문제점 파악 후 Dev 서버에 재배포해서 문제 지점을 해결한다.
@jemlog jemlog added the fix label Oct 4, 2023
@jemlog jemlog self-assigned this Oct 4, 2023
jemlog pushed a commit that referenced this issue Oct 4, 2023
SecurityConfig 내의 package 구조가 잘못 설정되어있어서 정상적으로 변경했습니다.
jemlog added a commit that referenced this issue Oct 4, 2023
* fix: SecurityConfig 클래스 내 package 수정 (#86)

SecurityConfig 내의 package 구조가 잘못 설정되어있어서 정상적으로 변경했습니다.
jemlog added a commit that referenced this issue Oct 5, 2023
SecurityConfig 내의 package 구조가 잘못 설정되어있어서 정상적으로 변경했습니다.

* fix: swaggerConfig에 dev 서버 url 명시 (#86)
jemlog added a commit that referenced this issue Oct 5, 2023
* fix: SecurityConfig 파일 수정

- webIgnore로 permit하던 uri들을 requestMatchers로 제어하도록 변경
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant