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
orchestrator.create_agent() injects LLM_API_KEY, MOONSHOT_API_KEY, OPENCLAW_GATEWAY_TOKEN, and others as container environment variables — visible via docker inspect and in crash logs.
Scope
The AWS CDK work (AWS deployment via CDK #11) addresses production via Secrets Manager, but local containers stay exposed.
Mount secrets as files / use Docker secrets, or scope down what each container receives.
Lower priority (local-only exposure) but a real one.
orchestrator.create_agent()injectsLLM_API_KEY,MOONSHOT_API_KEY,OPENCLAW_GATEWAY_TOKEN, and others as container environment variables — visible viadocker inspectand in crash logs.Scope
Lower priority (local-only exposure) but a real one.