fix: project list uses RBAC filtering instead of ownerId #25

Merged
michal merged 1 commits from fix/project-list-rbac into main 2026-02-23 18:52:30 +00:00
Owner

The list endpoint filtered by ownerId, preventing users with name-scoped RBAC view bindings from seeing projects they have access to.

The list endpoint filtered by ownerId, preventing users with name-scoped RBAC view bindings from seeing projects they have access to.
michal added 1 commit 2026-02-23 18:52:29 +00:00
fix: project list should use RBAC filtering, not ownerId
Some checks failed
CI / lint (pull_request) Has been cancelled
CI / typecheck (pull_request) Has been cancelled
CI / test (pull_request) Has been cancelled
CI / build (pull_request) Has been cancelled
CI / package (pull_request) Has been cancelled
c6cc39c6f7
The list endpoint was filtering by ownerId before RBAC could include
projects the user has view access to via name-scoped bindings.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
michal merged commit ce81d9d616 into main 2026-02-23 18:52:30 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: michal/mcpctl#25