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
|`NEO_ORCHESTRATOR_MLX_ENABLED=false`| Keeps Apple-Silicon local inference out of the cloud profile unless a local-model variant explicitly opts in. |
57
+
|`NEO_MAILBOX_DEFAULT_REPLY_POLICY=blocked`| Keeps cloud A2A message writes tenant-bound through the Memory Core `CAN_REPLY_TO` / reachable-counterparty policy; local wake delivery remains disabled by the orchestrator bridge toggle. |
57
58
58
59
Sub D (#11725) owns the CI-safe negative proof that the cloud profile cannot run
59
60
the forbidden local-only behavior. The current unit substrate already asserts
@@ -147,6 +148,7 @@ Supply these values per service/profile as needed:
|`NEO_AUTH_TRUST_PROXY_IDENTITY=true`| KB, MC | Enables the trusted reverse-proxy identity-header path. |
149
150
|`NEO_AUTH_ISSUER_URL`, `NEO_OAUTH_CLIENT_ID`, `NEO_OAUTH_CLIENT_SECRET`| KB, MC | Direct OIDC/OAuth mode inputs when the MCP server handles auth instead of a trusted proxy. |
151
+
|`NEO_MAILBOX_DEFAULT_REPLY_POLICY=blocked`| MC | Enables the strict A2A reply policy for multi-tenant deployments. |
150
152
|`NEO_AI_DEPLOYMENT_MODE=cloud`| Orchestrator | Selects the cloud maintenance profile. |
151
153
|`NEO_ORCHESTRATOR_PRIMARY_DEV_SYNC_ENABLED=false`| Orchestrator | Disables local maintainer checkout sync. |
152
154
|`NEO_ORCHESTRATOR_KB_SYNC_ENABLED=false`| Orchestrator | Disables local full-corpus KB sync. |
0 commit comments