Skip to main content

NowConnect

NowConnect enables outbound‑only, agent‑mediated connectivity from on‑premises networks to cloud services, used here to access systems like LDAP without opening inbound firewall ports.

See How‑to for operational validation and health guidance.

NowConnect

NowConnect is a secure TCP tunneling service that lets cloud apps reach specific on‑prem systems without opening inbound firewall ports. A lightweight agent on‑prem makes a single outbound WebSocket to the Cloud Hub; the hub exposes TCP listeners (e.g., 389/636/22/1433) and relays bytes over that tunnel. TLS for end‑protocols (LDAPS/HTTPS/TCPS) remains end‑to‑end.

At a glance

  • Protocol‑agnostic TCP: LDAP/LDAPS/GC, Kerberos (TCP), SSH, Telnet, ODBC (SQL Server/Oracle/Postgres/MySQL), and internal REST
  • Single outbound wss:// tunnel from premise through corporate proxies (proxy/CA supported)
  • Multiplexed streams with bounded queues, backpressure, FIN/RST, and idle sweeper
  • Auth: JWT on WS upgrade (audience, JWKS), HELLO.agent_id reconciliation
  • Optional AuthZ: PDP on OPEN(connector) and/or connector scopes in JWT (feature‑flagged)
  • Ops: Prometheus metrics, JSON logs (no payload), /healthz /readyz, agent TCP health (OK→READY)

Visual overview

Session flow (happy path)

Key docs

Role-based guide