Add tenant-reach platform view with internal admin reads - #1465
Closed
RhysSullivan wants to merge 2 commits into
Closed
Add tenant-reach platform view with internal admin reads#1465RhysSullivan wants to merge 2 commits into
RhysSullivan wants to merge 2 commits into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 33f410b | Jul 29 2026, 03:01 AM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 33f410b | Commit Preview URL Branch Preview URL |
Jul 29 2026, 03:02 AM |
This was referenced Jul 28, 2026
Contributor
Cloudflare previewTorn down — the PR is closed. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
This was referenced Jul 28, 2026
RhysSullivan
force-pushed
the
data-model-subject-populate
branch
from
July 28, 2026 02:08
0717671 to
802df5b
Compare
RhysSullivan
force-pushed
the
platform-view-reach
branch
from
July 28, 2026 02:08
85ccaa1 to
6975511
Compare
RhysSullivan
force-pushed
the
data-model-subject-populate
branch
from
July 29, 2026 02:44
6973cf0 to
ca65a6c
Compare
RhysSullivan
force-pushed
the
platform-view-reach
branch
from
July 29, 2026 02:44
6975511 to
94b961e
Compare
RhysSullivan
force-pushed
the
platform-view-reach
branch
from
July 29, 2026 02:58
11ac8fa to
33f410b
Compare
Collaborator
Author
|
Consolidated into #1469. |
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.
Third step, stacked on #1464. Adds the platform view: a read-only
reach: "tenant"mode on the owner policy (writes reject under tenant reach — including tenant-wide update/delete row filters, which would otherwise widen), an opt-inexecutor.adminsurface (listSubjects / listSubjectConnections / listSubjectsWithConnections, credential-bearing fields excluded), and cloud groundwork for org-scoped API keys resolving to aPlatformAuthdistinct fromPrincipal. Org keys are rejected on product and MCP surfaces. Public /admin/users endpoints land next.Stack