The developer experience
Install the client, authenticate with your IdP, and reach your services by name. No IP configuration, no shared VPN profile, no "what subnet is that on" questions.
Give engineers, operators, and remote workers scoped access to internal services and development environments — without issuing a flat-tunnel credential that opens the whole network.
NetSeed routes access per service, per identity. A developer can reach their assigned database and internal API — not the neighboring services, the admin panel, or the production secrets store.
Install the client, authenticate with your IdP, and reach your services by name. No IP configuration, no shared VPN profile, no "what subnet is that on" questions.
Every developer session is bound to an authenticated identity. The access path is determined by policy, not by network proximity.
The developer authenticates through the organization's IdP via NSC. Device identity is bound to the session — managed device conditions can be applied.
NSD issues a signed configuration listing exactly which services and gateways are reachable for this identity. Nothing else is in scope.
NSC opens a WireGuard tunnel to the nearest NSGW. The gateway evaluates policy at ingress — unauthorized flows are dropped before reaching the site.
NSN applies ACL next to the workload and proxies the connection. A per-flow audit record is emitted: identity, device, destination, policy, bytes.
A session grants access to assigned services, not to the surrounding network. Lateral movement within the site requires a separate, explicit policy.
Each developer session gets its own WireGuard keypair, generated on their device. There is no shared VPN profile to copy, leak, or share.
Connection logs are not enough. NetSeed records every flow: who reached what, from which device, under which policy, and how many bytes crossed.
NetSeed 按服务、按身份路由访问。开发者只能访问分配给自己的数据库和内部 API —— 而不是相邻的服务、管理后台或生产密钥库。
安装客户端,用你的 IdP 完成认证,即可按名称访问服务。无需配置 IP,无需共享 VPN 配置文件,也不必再问"那个在哪个子网上"。
每个开发者会话都绑定到一个已认证的身份。访问路径由策略决定,而非网络邻近性。
开发者经由 NSC 通过组织的 IdP 完成认证。设备身份绑定到会话 —— 可施加受管设备条件。
NSD 下发一份签名配置,精确列出该身份可达的服务与网关。范围之外别无其他。
NSC 向最近的 NSGW 打开一条 WireGuard 隧道。网关在入口处评估策略 —— 未授权的流量在抵达站点前即被丢弃。
NSN 在工作负载旁执行 ACL 并代理连接。同时生成逐流审计记录:身份、设备、目的地、策略、字节数。
一个会话授予的是对已分配服务的访问,而非对周边网络的访问。站点内的横向移动需要另一条独立且显式的策略。
每个开发者会话都拥有自己的 WireGuard 密钥对,在其设备上生成。没有可供复制、泄露或共享的公共 VPN 配置文件。
仅有连接日志远远不够。NetSeed 记录每一条流:谁访问了什么、从哪台设备、在哪条策略下,以及经过了多少字节。