feat: SSO 기반 API Key 관리 추가 - #78
Merged
Merged
Conversation
Whale0928
marked this pull request as ready for review
July 16, 2026 21:09
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.
변경 사항
clients를 같은 ID의api_keys로 이관하고 API Key·요청 기록 원문을 SHA-256 hash로 전환했습니다./api/v1/clients/**를 제거하고 Login JWT 전용/api/v1/dashboard/keys목록·발급·재발행·만료 API를 추가했습니다.request_count와client_reports집계를 유지하되 제거 예정 API로 표시하고 ShedLock을 분리했습니다.PR #77 반영
main의 외부 공개 API 문서 정책을 병합했습니다./openapi.json은 외부 연동용 5개 operation만 노출합니다.@Hidden으로 분류했습니다.배포 영향
clients를 삭제합니다.검증
./gradlew --no-daemon staticCheck unitTest supportTest apiE2eTestnpm --prefix ui/app run typechecknpm --prefix ui/app run build