From 8ede3f50184da940fe6a34305c7138c7771688c2 Mon Sep 17 00:00:00 2001 From: chanwoo7 Date: Fri, 23 Aug 2024 17:44:34 +0900 Subject: [PATCH] =?UTF-8?q?[chore]=20=EB=8F=84=EB=A9=94=EC=9D=B8=20?= =?UTF-8?q?=EA=B2=80=EC=A6=9D=EC=9A=A9=20=ED=8C=8C=EC=9D=BC=20=EC=97=85?= =?UTF-8?q?=EB=A1=9C=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/java/com/book/backend/global/SecurityConfig.java | 1 + .../pki-validation/D941C64E38BC160BF52A66B55BCCC7D2.txt | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 src/main/resources/static/.well-known/pki-validation/D941C64E38BC160BF52A66B55BCCC7D2.txt diff --git a/src/main/java/com/book/backend/global/SecurityConfig.java b/src/main/java/com/book/backend/global/SecurityConfig.java index 7ea584b2..93ffd99e 100644 --- a/src/main/java/com/book/backend/global/SecurityConfig.java +++ b/src/main/java/com/book/backend/global/SecurityConfig.java @@ -43,6 +43,7 @@ SecurityFilterChain securityFilterChain(HttpSecurity http) throws Exception { .requestMatchers("/swagger-ui/**", "/v3/api-docs/**").permitAll() // Swagger 관련 경로 .requestMatchers("/login/oauth2/**").permitAll() // OAuth2 Callback 경로 .requestMatchers("/api/auth/signup", "/api/auth/login", "/api/auth/kakaoLogin").permitAll() // 회원가입, 로그인 경로 + .requestMatchers("/.well-known/**").permitAll() // .requestMatchers("/api/**") // 모든 API에 대한 인증 비활성화 (개발용) .anyRequest().authenticated() ) diff --git a/src/main/resources/static/.well-known/pki-validation/D941C64E38BC160BF52A66B55BCCC7D2.txt b/src/main/resources/static/.well-known/pki-validation/D941C64E38BC160BF52A66B55BCCC7D2.txt new file mode 100644 index 00000000..34b52251 --- /dev/null +++ b/src/main/resources/static/.well-known/pki-validation/D941C64E38BC160BF52A66B55BCCC7D2.txt @@ -0,0 +1,3 @@ +4022EC23787608E8FA617052AC5D9C07846AD3E10BB8AD00D559DF4279F581E8 +sectigo.com +t0250548001724347535 \ No newline at end of file