Product1 publisher3 min readPublished
Traefik's CEO wants an agent's authority to shrink with every hand-off
On theCUBE Research's AppDevANGLE podcast, Sudeep Goswami of Traefik Labs and SUSE's Andreas Prins argue enterprises have to prove authorization at each hand-off. The only count in the conversation is one engineering group's 8,000 agents.
The Product Desk · Product desk

What happened
- Traefik Labs chief executive Sudeep Goswami told theCUBE Research's AppDevANGLE podcast that when an agent hands a task to another agent, that authority should shrink and not leak out.
- Goswami said a credential cannot answer whether a particular agent is allowed to take a specific action at that moment, given the context around the request.
- Andreas Prins, who leads sovereignty strategy at SUSE Group, described an executive who discovered that one engineering organization had created approximately 8,000 agents.
Compiled by The Product DeskSomething wrong?How this is made
Why it matters
- constraint A buyer asked to show why a specific action was permitted, and that the authority held across hand-offs, cannot answer with the dashboards it already pays for.
- decision The choice moves to where the deny happens: in a gateway the customer runs inside its own boundary, or in a vendor-hosted control plane that a regulated buyer may not be able to accept.
- cost An inventory the size Prins described sets the floor on remediation work: one person spends more than three full weeks just looking at 8,000 agents once.
- exposure The requirement is being articulated by the two firms positioned to supply it, and the published account leaves out the product and the price a buyer could hold them to.
The requirement Goswami describes has an implementation shape. Each hand-off becomes its own authorization decision, made when the request arrives, judged against the task, the environment, the delegation chain and the operating conditions [11]. An autonomous system can take authority from a human, pass a task to another agent, invoke a tool or API and then hand part of the work on again, and every step potentially changes the scope of what is authorized [14]. Logs, traces and dashboards reconstruct that after the event [8]. Goswami used a badge comparison: an employee badge may open the building without granting permission to approve a financial transaction or reach every system inside the company [12].
The 8,000 figure is the only quantity in the conversation, and it arrives secondhand. Prins said an executive discovered that an engineering organization had created approximately 8,000 agents [4]. "If you're unaware how many are created, you are also unaware what they're doing and what their function is," he said [5]. At one minute of review per agent, a single pass over 8,000 of them runs about 133 hours, more than three forty-hour weeks of one person's time, before anybody writes a policy [16].
Prins compared the change to the move from manual production releases to automated delivery pipelines, which forced teams to codify approvals, security checks, secrets management and release policy into the pipeline itself [7]. "We go through that same thinking again," Prins said. "Let's rethink, and more importantly, let's articulate as code" [6].
Then there is where the decision point runs. The conversation frames security, auditability and sovereignty requirements in regulated enterprises as limits on relying on an external software-as-a-service control plane [10], and places the gateway layer in a more important position because that is where agents meet applications and infrastructure [13]. Both speakers work for suppliers: Goswami is chief executive of Traefik Labs, and Prins leads sovereignty strategy at SUSE Group [1][3]. The published account of the episode does not include a product name or a price [17]. Per-hop attenuation is at this stage a specification to put to vendors, and a podcast is thin evidence for a purchase this quarter.
Two questions separate the teams who can act on this from the teams who can only nod at it. Can you produce a list of the agents running in your name this week? And can anything in the request path refuse a second hop while permitting the first? A team that can do both is making a configuration change. Enumerate without being able to refuse and what you have is observability, which reconstructs what happened without establishing what was permitted [8]. Refuse without being able to enumerate and you are writing policy for a population you have not counted [5]. Do neither, and the 8,000-agent discovery is still ahead of you [4].
The concrete version: take one orchestrator that reads a customer record and one subagent that writes to it, and try to allow the read while denying the write when the subagent asks on the orchestrator's behalf. If nothing in the path can express that difference, enforcement is the gap, and identity on its own leaves it open [2].
What to watch
- Whether Traefik Labs or SUSE ship a named component that attenuates authority per hop, with a price and a customer willing to be quoted.
- Whether any enterprise publishes an agent inventory count alongside the policy model that governs those agents.
- Whether regulated buyers start writing self-hosted policy enforcement into agent procurement requirements.