The images in this article were generated with artificial intelligence. How we publish
The life cycle management of identities that reigns in most companies was designed thinking of people: high in RR. HH., with a manager, with documented post changes and an exit date. This model works because it is based on structured signals (high, transfer, low) that trigger provision, recertification and disprovision. However, this architecture does not fit when the main is not human: the agents of IA and the identities of workload emerge from pipelines, containers and APIs, without going through the toll of RR. HH., without a clear owner and without the administrative events that feed traditional IGA tools.
The problem is not purely theoretical. When an identity enters the environment without a record of incorporation and with credentials issued by the pipeline itself, visibility and control are broken. These agents can extend their area of access in execution, fork in multiple instances with disparate credentials, delegate tasks to subagents and persist with keys or tokens that were never revoked. The practical result is simple: oversized credentials, lack of approval history, access reviews that testify to obsolete records and access roads that remain open long after the workload disappeared.

The consequences exceed operational hygiene. From the safety point of view, an agent token without rotation or defined responsibility facilitates the escalation of privileges and the chain exfiltration through APIs. In terms of compliance, audits that rely on HR evidence and quarterly recertification campaigns will obtain a formal "green" record while the actual activity shows a different picture; this increases the legal and regulatory risk in environments subject to SOX, HIPAA or sectoral standards. In response to incidents, the lack of correlation between identity, owner and purpose complicates containment and attribution.
The good news is that the solution does not go through forcing an RR model. HH on actors, but for rebuilding governance according to the operational characteristics of these principals. This involves three technical and organizational axes: continuous discovery of identities where they really live (cloud IAM, OAuth authorization servers, Kubernetes, secret managers, CI / CD records), a specific attribute model for agents(proprietary equipment, operational purpose, approved perimeter, expected expiry date) and real-time controls that treat behavioural deviations as governance events and not as quarterly findings.
At the technical level it is appropriate to adopt proven practices: emit ephemeral credentials where possible (short-life tokens via STS or OIDC flows), integrate Federation of identities for workloads(Workload Identity Federation of Azure or equivalent solutions in Google Cloud) and centralize the management of secrets with automatic rotation in managers such as AWS Secrets Manager, Azure Key Vault or HashiCorp Vault. Documentation and policies must be forced into channelling: any deployment that an agent creates and requests permits must generate a governance ticket or approval endpoint that is recorded in the IGA platform or risk catalogue. Microsoft and Google offer practical guides on identity federation for workloads that are relevant to this approach: guide to Azure Workload Identity Federation and Google Workload Identity Federation documentation.
Observability is the other pillar: to implement APIs and agent-to- service flows, to export telemetry to SIEM / UEBA and to build basic lines of the normal behavior of the agent allows to define alerts when an agent requests new scopes, raises privileges or access data that did not correspond to its documented purpose. Instead of waiting for the next recertification campaign, these divergences must be translated into automatic workflows that limit permits, trigger risk reviews and ask the owner team for reauthorization. Good safe development and API practices are included in resources such as the OWASP API Security project: OWASP API Security which provides controls applicable to the design and protection of interfaces that agents consume.
In terms of governance and processes, the recommendation is clear: it defines a mandatory attribute for each agent before its first production implementation - owner (equipment or person), functional purpose, list of authorised APIs and planned life window- and make the provision of permits dependent on that record. Establish policy rules as a code that reject deployments that request scopes outside approved patterns and automate revocation for inactive credentials through expiry policies and telemetry use.

The integration between pipeline and IGA must be two-way: the pipelines are not a "free forum" for creating identities, but a control point that must submit requests for access to rangers. This is achieved with CI / CD doors that validate IAM requests against risk catalogues and least-privilege templates, with automatic documentation in the identity inventory and with readable audit by compliance. Operational tests should include "team network" exercises and tokens theft simulations to validate that rotation, access cut and detection work under pressure.
The transformation is incremental: start by identifying agents who access sensitive resources (databases with PII, critical secrets, financial services) and unravel their credentials chains; establish telemetry and policies for such cases before covering less critical workloads. In parallel, expand the discovery capacity to remove the "black box" from unvisible identities and link each new identity to an automated approval process.
If your organization wants to align its identity life cycle model with the reality of self-contained agents, the recipe combines technology, processes and responsibility. Continuous visibility, identity attributes designed for agents and real-time controls are the basis for preventing hundreds or thousands of orphan credentials from becoming exploitable vectors. It is not enough to rely on quarterly campaigns: actors require permanent governance and connected to the infrastructure that creates and implements them.
Related
More news on the same subject.

United States U.S. imposes sanctions on Iranian networks linked to MOIS and Mabna in the Economic Outcast operation
The U.S. Treasury Department has launched a new round of financial sanctions against networks linked to Iran, in a campaign that the U.S. authorities describe as a coordinated e...

NemoClaw operating chain exposes Olama to unauthenticated access and alters chat templates
What has happened (confirmed facts): Oasis Security researchers have published a report describing a chain of exploitation against the NemoClaw configuration that can allow a we...

Wazuh integrates IA for cloud analysis and reports and local deployment, with governance controls
Wazuh has integrated artificial intelligence capabilities into its security platform, offering a cloud-managed option - called Wazuh AI Analyst - and also supporting integration...

Study reveals remote variant of Spectre that filters a JWT in Cloudflare Worker memory
Security researchers have published a controlled experiment that demonstrates a remote variant of Spectre capable of filtering a JSON Web Token (JWT) hosted in the memory of ano...

Study demonstrates mind virus between self-contained agents by persistent files
Researchers from Anthropic and the École polytechnique fédérale de Lausanne (EPFL) have published a study - disseminated in preprint on August 10, 2026 - that shows in the labor...

The massive purchase of expired domains drives fraud, malware and streaming pirate: the business behind the dropcatch
An intelligence report on DNS published by Infoblox and disseminated by specialized media confirms that criminals are buying large-scale expired domains - the so-called dropcatc...

GeoServer on zero-day vulnerability alert in jsonArrayContains with real risk of remote execution
The GeoServer open source project has a zero-day vulnerability that is being actively explored by attackers, according to researchers' public alerts and the watchTowr intelligen...