feat(FN-4871): complete Step 4 — add security changeset

Fusion-Task-Id: FN-4871
Fusion-Task-Lineage: afa2af88-9c7d-4809-bf8f-2aa6cf79ce40
This commit is contained in:
Fusion (runfusion.ai)
2026-05-17 04:09:55 -07:00
committed by gsxdsm
parent ae76e6285e
commit a08e94477b

View File

@@ -0,0 +1,5 @@
---
"@runfusion/fusion": patch
---
Inbound node settings sync (`/api/settings/sync-receive`, `/auth-receive`, `/auth-export`) now rejects requests when the local node `apiKey` is empty/missing or the Bearer token is empty, closing an `Authorization: Bearer ` bypass against unconfigured nodes. FN-4868 gap G-01.