Zero-trust routing
Scenario
Заголовок раздела «Scenario»All private traffic must be isolated per-device and private subnet, with no implied device peer.
- Declare private subnet tunnels and device egress.
- Add
client-aclsonly for explicit management operations. - Publish routes and DNS zones to the tunnel with explicit scope.
hubctl device set-egress workstation corp-egresshubctl tunnel routes corp-private --add 192.0.2.0/24hubctl client-acl add phone laptop tcp/22Expected: device peers remain blocked unless a rule is explicitly added.