Skip to content

Standardize source credential binding API#810

Draft
RhysSullivan wants to merge 1 commit into
mainfrom
standardize-credential-bindings
Draft

Standardize source credential binding API#810
RhysSullivan wants to merge 1 commit into
mainfrom
standardize-credential-bindings

Conversation

@RhysSullivan
Copy link
Copy Markdown
Owner

@RhysSullivan RhysSullivan commented May 14, 2026

Summary

  • Add the core credential binding HTTP/API and shared React surfaces for listing, setting, and removing source credential bindings.
  • Move GraphQL, OpenAPI, MCP, and cloud generated-client consumers onto the core credentialBindings facade.
  • Remove plugin-specific binding endpoints, SDK methods, binding schemas/exports, React atoms, compatibility adapters, and the OpenAPI-only credential-status helper.
  • Standardize binding refs on slotKey while keeping plugin source configuration slots local to each plugin.

Validation

  • bun run lint
  • bun run typecheck
  • bun run test -- src/credential-bindings.test.ts in packages/core/api
  • bun run test -- src/plugins/credential-bindings.test.ts src/plugins/source-credential-status.test.ts in packages/react
  • bun run test -- src/sdk/plugin.test.ts in packages/plugins/graphql
  • bun run test -- src/sdk/plugin.test.ts src/api/handlers.test.ts in packages/plugins/mcp
  • bun run test -- src/sdk/plugin.test.ts src/sdk/multi-scope-bearer.test.ts src/sdk/multi-scope-oauth.test.ts src/sdk/client-credentials-oauth.test.ts src/sdk/oauth-refresh.test.ts src/sdk/usage-scope-isolation.test.ts in packages/plugins/openapi
  • bun run test:node -- src/services/sources-api.node.test.ts src/services/tenant-isolation.node.test.ts in apps/cloud

Stack

  1. Standardize source credential binding API #810 👈 current
  2. Share HTTP credential handling for source plugins #813
  3. Refactor HTTP credential UI composition #815

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 14, 2026

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 9b48363 Commit Preview URL

Branch Preview URL
May 14 2026, 04:54 AM

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 14, 2026

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 9b48363 May 14 2026, 04:54 AM

@pkg-pr-new
Copy link
Copy Markdown

pkg-pr-new Bot commented May 14, 2026

Open in StackBlitz

@executor-js/cli

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

@executor-js/config

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

@executor-js/execution

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

@executor-js/sdk

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

@executor-js/storage-core

npm i https://pkg.pr.new/@executor-js/storage-core@810

@executor-js/codemode-core

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

@executor-js/runtime-quickjs

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

@executor-js/plugin-file-secrets

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

@executor-js/plugin-google-discovery

npm i https://pkg.pr.new/@executor-js/plugin-google-discovery@810

@executor-js/plugin-graphql

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

@executor-js/plugin-keychain

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

@executor-js/plugin-mcp

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

@executor-js/plugin-onepassword

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

@executor-js/plugin-openapi

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

executor

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

commit: 9b48363

@RhysSullivan RhysSullivan force-pushed the standardize-credential-bindings branch 2 times, most recently from 9b2e23d to 8f7b550 Compare May 14, 2026 03:50
@RhysSullivan RhysSullivan force-pushed the standardize-credential-bindings branch from 8f7b550 to 9b48363 Compare May 14, 2026 04:12
@RhysSullivan RhysSullivan changed the title [codex] Standardize source credential binding API Standardize source credential binding API May 14, 2026
@RhysSullivan RhysSullivan force-pushed the standardize-credential-bindings branch 2 times, most recently from 03934d4 to 9b48363 Compare May 14, 2026 04:53
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