From b11842a4a97ada43a3bfcdddb0099580bfda6c76 Mon Sep 17 00:00:00 2001 From: HYOJIN Date: Wed, 8 Apr 2026 09:02:45 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20=EB=A6=B4=EB=A6=AC=EC=A6=88=20=EB=85=B8?= =?UTF-8?q?=ED=8A=B8=20=EC=97=85=EB=8D=B0=EC=9D=B4=ED=8A=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/RELEASE-NOTES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/RELEASE-NOTES.md b/docs/RELEASE-NOTES.md index 78f7f32..5512881 100644 --- a/docs/RELEASE-NOTES.md +++ b/docs/RELEASE-NOTES.md @@ -4,6 +4,11 @@ ## [Unreleased] +### 변경 +- Basic Auth 인증 비활성화 (프록시 서버로 인증 이관) +- Swagger Basic Auth 보안 스키마 제거 +- 프론트엔드 API 계정 신청/관리 메뉴 숨김 + ### 수정 - actuator 경로 로그필터가 context-path 환경에서 동작하지 않는 버그 수정 (#6)