Skip to content

Add /connect/:integrationSlug deep links - #1466

Closed
RhysSullivan wants to merge 2 commits into
platform-view-reachfrom
connect-deep-links
Closed

Add /connect/:integrationSlug deep links#1466
RhysSullivan wants to merge 2 commits into
platform-view-reachfrom
connect-deep-links

Conversation

@RhysSullivan

@RhysSullivan RhysSullivan commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Stacked on #1465 (shares the branch point; no dependency on its code). Adds a slug-based connect deep link to the shared console routes: resolves against the tenant catalog and redirects into the existing add-account flow (?tab=accounts&addAccount=1). Survives sign-in on cloud (reserves connect from org-slug parsing) and self-host (login now returns to the live location instead of hardcoded /). e2e scenario green on cloud and selfhost targets.

Stack

  1. Add tenant-scoped subject table to core schema #1463
  2. Populate subject table at request seam and connection create #1464
  3. Add tenant-reach platform view with internal admin reads #1465
  4. Add /connect/:integrationSlug deep links #1466 👈 current
  5. Add public admin users API and org API keys #1467
  6. Add admin Users console page #1469

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Updated (UTC)
✅ Deployment successful!
View logs
executor-cloud 966a657 Jul 28 2026, 08:43 AM

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jul 28, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
executor-marketing 966a657 Commit Preview URL

Branch Preview URL
Jul 28 2026, 08:41 AM

@github-actions

github-actions Bot commented Jul 28, 2026

Copy link
Copy Markdown
Contributor

Cloudflare preview

Torn down — the PR is closed.

@pkg-pr-new

pkg-pr-new Bot commented Jul 28, 2026

Copy link
Copy Markdown

Open in StackBlitz

@executor-js/cli

npm i https://pkg.pr.new/@executor-js/cli@1466

@executor-js/config

npm i https://pkg.pr.new/@executor-js/config@1466

@executor-js/execution

npm i https://pkg.pr.new/@executor-js/execution@1466

@executor-js/sdk

npm i https://pkg.pr.new/@executor-js/sdk@1466

@executor-js/codemode-core

npm i https://pkg.pr.new/@executor-js/codemode-core@1466

@executor-js/runtime-quickjs

npm i https://pkg.pr.new/@executor-js/runtime-quickjs@1466

@executor-js/plugin-file-secrets

npm i https://pkg.pr.new/@executor-js/plugin-file-secrets@1466

@executor-js/plugin-graphql

npm i https://pkg.pr.new/@executor-js/plugin-graphql@1466

@executor-js/plugin-keychain

npm i https://pkg.pr.new/@executor-js/plugin-keychain@1466

@executor-js/plugin-mcp

npm i https://pkg.pr.new/@executor-js/plugin-mcp@1466

@executor-js/plugin-onepassword

npm i https://pkg.pr.new/@executor-js/plugin-onepassword@1466

@executor-js/plugin-openapi

npm i https://pkg.pr.new/@executor-js/plugin-openapi@1466

executor

npm i https://pkg.pr.new/executor@1466

commit: cce2a24

Resolves the slug against the tenant catalog and forwards into the
integration detail page's existing add-connection flow. Unknown slugs
get a not-found state.

Makes the link survive sign-in: reserve connect as an org slug so
cloud's callback stops reading it as an org selector, and return
self-host's login to the requested path (its gate swaps the page in
without ever writing a returnTo).
@RhysSullivan

Copy link
Copy Markdown
Collaborator Author

Consolidated into #1469.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant