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
The workflow maps these shared values to the gateway container's `.env`:
@@ -104,6 +108,8 @@ The workflow maps these shared values to the gateway container's `.env`:
104
108
-`IB_GATEWAY_ZONE` -> `GCE_ZONE`
105
109
-`IB_GATEWAY_GCE_USER` -> `GCE_USER`
106
110
-`IB_GATEWAY_DEPLOY_PATH` -> `DEPLOY_PATH`
111
+
-`IB_GATEWAY_TWOFA_DEVICE` -> `TWOFA_DEVICE`
112
+
-`IB_GATEWAY_2FA_AUTOFILL` -> `IBKR_2FA_AUTOFILL`
107
113
108
114
`ACCEPT_API_FROM_IP` is intentionally treated as required now. For manual `docker compose` usage, if you forget to set it, Compose will fail fast instead of starting a gateway that Cloud Run can never reach.
109
115
@@ -205,6 +211,8 @@ If you temporarily keep the values in GitHub Secrets during migration, you can r
205
211
|`IB_GATEWAY_ALLOW_CONNECTIONS_FROM_LOCALHOST_ONLY`| Set to `no` for Cloud Run private IP access |
0 commit comments