feat: 워크스페이스 미지정 목록을 접근 권한 기준으로 축소 - #131
Merged
Merged
Conversation
A list called without a workspaceId now answers "what do I hold": the resources a grant opens, and the requests the caller filed. Naming a workspace is unchanged and still carries every row it owns, limited ones included, which is where a member learns a resource exists and whom to ask. Standing rights stay out of it, so a workspace owner holding no grant reads that row by naming the workspace. The narrowing sits in the query rather than in a filter over the fetched page, because the page envelope is counted from the same statement.
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.
📝 작업내용
ResourceAccessResolver.reachableIds한 자리로 통합PublishingService의 수기 사본 제거@Operation설명을 새 규칙으로 정정⭐️ 검증
mvn -Dspring.test.context.cache.maxSize=3 verify1524건 통과💬 리뷰 포인트
ResourceAccessResolver.reachableIds)