hivectl: add agent <name> watch to follow live events from the CLI
This commit is contained in:
parent
657d1b5061
commit
9d5c7a7f7e
13 changed files with 230 additions and 16 deletions
|
|
@ -249,9 +249,13 @@ gateway always terminates TLS, so discovery responses always advertise https.
|
|||
`hive-c0re.nix` opens the per-agent web-port range
|
||||
`8100..8999` in the host firewall **only when
|
||||
`services.hyperhive.gateway.enable = false`**. With the gateway on
|
||||
(default), it's the sole external entry point and proxies to
|
||||
`127.0.0.1:<port>` internally — leaving the per-agent ports
|
||||
firewall-open would defeat the single-front-door story.
|
||||
(default) it's the sole external entry point and routes to agents over
|
||||
the UDS upstream described above (see [Per-agent unix-socket
|
||||
upstream](#per-agent-unix-socket-upstream)) — leaving the per-agent
|
||||
ports firewall-open would defeat the single-front-door story. The
|
||||
hashed TCP port (`lifecycle::agent_web_port`) still exists as a direct
|
||||
host-loopback fallback for the pre-UDS/gateway-disabled case, but isn't
|
||||
what the gateway itself proxies through.
|
||||
|
||||
`services.hyperhive.gateway.openFirewall = true` opens both `port` and
|
||||
`httpsPort` — the gateway always terminates TLS (self-signed floor), so
|
||||
|
|
|
|||
Loading…
Reference in a new issue