You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat(cli): integration writeback-secret command
Adds `relayfile integration writeback-secret --channel CHANNEL [--json]`, which
fetches the per-channel integration-bridge writeback signing secret + ingress
URL from relayfile-cloud over the authenticated relayfile session
(GET /v1/workspaces/:ws/integrations/relay/writeback-secret).
The relay CLI calls this at `integration subscribe` time and signs the relay
subscription with the returned secret, so the writeback ingress can verify
deliveries without any statically-provisioned shared secret. The secret is
derived server-side from the internal master key (per workspace+channel); this
command just returns it to the authenticated workspace owner.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix(cli): check resp.OK on writeback-secret response
Addresses Gemini review on #342: explicitly fail when relayfile-cloud returns
200 with ok:false, instead of falling through to the generic empty-secret error.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments