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 portable profile creates the `openshell-docker` network on `169.254.1.0/24` and assigns `169.254.1.2/32` to the host loopback interface.
136
-
On that network, `169.254.1.2` is the host-gateway address for `host.openshell.internal` and carries authenticated mTLS plus sandbox-JWT callbacks to OpenShell on port `8080`.
135
+
The portable profile creates the `openshell-docker` network on `169.254.1.0/24` and assigns `169.254.2.2/32` to the host loopback interface.
136
+
The address `169.254.2.2` is outside the Portable sandbox subnet and is the host-gateway address for `host.openshell.internal`.
137
+
It carries authenticated mTLS plus sandbox-JWT callbacks to OpenShell on port `8080`.
137
138
The managed local registry uses the distinct address `169.254.1.3` on port `5000`.
138
-
Keeping these addresses distinct prevents registry traffic from intercepting gateway callbacks.
139
+
Keeping the host-gateway address outside the sandbox subnet prevents a Portable workload from receiving that address.
139
140
140
141
The portable profile handles the descriptor as follows:
0 commit comments