feat(marketplace): access audit list and per-user block controls#8507
Open
LWS49 wants to merge 1 commit into
Open
feat(marketplace): access audit list and per-user block controls#8507LWS49 wants to merge 1 commit into
LWS49 wants to merge 1 commit into
Conversation
LWS49
force-pushed
the
lws49/feat-marketplace-pr6c-allowlist
branch
2 times, most recently
from
July 22, 2026 05:41
c02489f to
dcd6d34
Compare
LWS49
force-pushed
the
lws49/feat-marketplace-pr6d-audit
branch
from
July 22, 2026 05:43
b466380 to
0f0d6fc
Compare
LWS49
force-pushed
the
lws49/feat-marketplace-pr6c-allowlist
branch
from
July 22, 2026 05:54
dcd6d34 to
1b71da5
Compare
LWS49
force-pushed
the
lws49/feat-marketplace-pr6d-audit
branch
from
July 22, 2026 05:59
0f0d6fc to
1d045a4
Compare
LWS49
force-pushed
the
lws49/feat-marketplace-pr6c-allowlist
branch
from
July 22, 2026 06:01
1b71da5 to
0234290
Compare
LWS49
force-pushed
the
lws49/feat-marketplace-pr6d-audit
branch
from
July 22, 2026 06:05
1d045a4 to
778cb35
Compare
Add the access audit section to the allow-list page: an audit list of everyone with effective access (filterable by status and granting rule), block/unblock controls per user, and the rule-match counts that flag allow-list rules which currently grant access to nobody.
LWS49
force-pushed
the
lws49/feat-marketplace-pr6d-audit
branch
from
July 22, 2026 06:16
778cb35 to
a5d99e5
Compare
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.
Summary
Adds the access audit section beneath the allow-list: a list of everyone who currently has marketplace access, why they are eligible, and which rule or rules grant it. The list is filterable by status and by granting rule, each row carries block and re-enable controls, and a separate section surfaces dormant blocks - blocks that no rule currently matches.
Design decisions
Regression prevention
Covers: audit list rendering with eligibility and granting-rule annotations, system administrators listed without any matching rule, rows present only because the person is blocked, the status and granting-rule filters plus clear-all, block and re-enable including failure toasts, the dormant blocks section, and the summary and filtered count lines.