Release pipeline to deployment API
Let a pipeline authenticate to the protected public L7 endpoint, then authorize its workload identity with a compatible Consumer Grant.
Identify CI, automation and agents when they call an explicitly published L7 application, then authorize that workload identity with an enabled compatible Consumer Grant. For external people, grant only the approved Node or private Service inside the selected Space.
The identity type and the resource type stay aligned: workload credentials authenticate to published L7 applications and compatible Consumer Grants authorize them; people consume explicit Node or Service Grants.
Let a pipeline authenticate to the protected public L7 endpoint, then authorize its workload identity with a compatible Consumer Grant.
Give a non-human process an application-level identity for one explicitly published API.
Constrain an agent to the public L7 application designed for it instead of handing it private network reach.
Grant a signed-in person directional access to one approved Node or one declared private Service.
The boundary is deliberate. A workload credential does not become a private-overlay client, and a partner Grant does not expand beyond its destination.
Workload identities authenticate to published L7 applications; an enabled compatible Consumer Grant separately authorizes access. They do not join the private overlay.
A workload identity is not used to consume private L3 Nodes or private L4 Services.
Use when an external person truly needs the machine, with the host firewall still final.
Prefer protocol, host and port scope when the collaborator needs only one service.
Model the destination first, then choose the identity, credential, and compatible Grant that match it.
让 CI、自动化和智能体在调用明确发布的 L7 应用时表明身份,并通过已启用的兼容 Consumer 授权允许该工作负载身份访问。对于外部人员,只授权当前空间内获批的节点或私有服务。
身份类型始终与资源类型对齐:工作负载凭据向已发布的 L7 应用完成身份验证,兼容的工作负载身份授权负责允许访问;人员则使用明确的节点或服务授权。
让流水线向受保护公网 L7 端点完成身份验证,再通过兼容 Consumer 授权允许该工作负载身份执行部署动作。
给非人进程一个仅用于明确发布 API 的应用层身份。
把智能体限制在为其设计的公网 L7 应用,而不是授予私有网络可达。
让已登录人员通过方向明确的授权访问一个节点或一个已声明私有服务。
边界是有意设置的:工作负载凭据不会变成私有网络客户端,合作方授权也不会越过目标范围。
工作负载身份用于验证已发布的 L7 应用;另由已启用的兼容 Consumer 授权允许访问。工作负载身份不会加入私有覆盖网络。
工作负载身份不能用于消费私有 L3 节点或私有 L4 服务。
外部人员确实需要整台设备时使用,主机防火墙仍保留终决权。
协作者只需要一个服务时,优先采用协议、主机和端口范围。