Protected web portal
Put an identity check in front of an internal web application without moving the application itself onto a public host.
Use identity-aware L7 ingress for web applications and APIs, with an explicit compatible Grant on every path. Public L4 ingress for TCP and UDP uses source-IP control instead. The protection stays visible and matched to the protocol.
Use application-aware controls where L7 context exists. Use an honest source-IP boundary where the protocol exposes only TCP or UDP.
Put an identity check in front of an internal web application without moving the application itself onto a public host.
Use a credential mode suited to service-to-service traffic, pair it with an explicit compatible Grant, and optionally narrow callers by source IP.
Publish a specific L7 path with signed-link validation instead of opening the entire origin application.
Expose a protocol that has no L7 identity context and restrict the callers by explicit source-IP ranges.
Every L7 path pairs its authentication or explicit anonymous mode with a compatible Grant. Public TCP and UDP use source-IP policy because the protocol has no L7 identity context.
Choose OIDC, API Key, Basic, mTLS, Signed URL or an explicitly selected anonymous mode.
The selected mode always pairs with an explicit compatible Grant; source-IP filtering can add a narrower boundary.
Public TCP and UDP do not inherit OIDC, API Key or other application-layer identity modes.
The public-ingress role reports its own readiness; another gateway role being ready does not imply this one is ready.
Use NSD to choose the ingress type, origin and protection that match the protocol you are publishing.
存在 L7 上下文时使用应用层控制并配套显式兼容的授权;协议只提供 TCP 或 UDP 时,则使用诚实明确的来源 IP 边界。
在内部 Web 应用前增加身份校验与授权,而无需把应用迁移到公网主机。
选择适合服务间流量的凭据方式,配套显式兼容的授权,并可选地用来源 IP 进一步缩小范围。
对特定 L7 路径进行签名链接校验,而不是开放整个源站应用。
发布没有 L7 身份上下文的协议,并通过明确的来源 IP 网段限制调用者。
每条 L7 路径都把身份验证或显式匿名模式与兼容授权配套使用。公网 TCP 和 UDP 没有 L7 身份上下文,因此使用来源 IP 策略。
可选择 OIDC、API Key、Basic、mTLS、Signed URL 或显式选择的匿名模式。
所选模式始终与显式兼容的授权配套使用;来源 IP 过滤可以进一步缩小范围。
公网 TCP 和 UDP 不会继承 OIDC、API Key 或其他应用层身份模式。
公网入口角色独立报告就绪状态,其他网关角色就绪不代表它已就绪。