Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .changeset/delegated-connection-subjects.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"@executor-js/sdk": minor
"@executor-js/api": minor
---

Record the authenticated connector on personal and workspace connections, and expose that attribution in connection responses.

Self-hosted deployments can configure a separate trusted delegation token so an identity-aware gateway can bind each request to its verified member subject and current workspace role. Ordinary user and admin API keys cannot select another member's subject.
1 change: 1 addition & 0 deletions apps/cloud/drizzle/0018_connection-connected-by.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ALTER TABLE "connection" ADD COLUMN "connected_by" varchar(255);
Loading
Loading