Subscribe to the Non-Human & AI Identity Journal
Home FAQ Authentication, Authorisation & Trust What breaks when certificate-based controls do not include…
Authentication, Authorisation & Trust

What breaks when certificate-based controls do not include workload identity?

← Back to all FAQ
By NHI Mgmt Group Editorial Team Updated August 1, 2026 Domain: Authentication, Authorisation & Trust

You lose the ability to distinguish a process that is actively supposed to access a resource from one that merely inherited access long ago. That creates hidden standing privilege in pipelines and service accounts, which is exactly the condition attackers exploit when they find a live secret after the job has ended.

Why This Matters for Security Teams

Certificate-based controls are only as strong as the identity they bind to. If a certificate proves possession of a key but does not prove which workload is using it, security teams lose the ability to separate a live, intended process from a stale secret that still works. That gap creates hidden standing privilege in pipelines, service accounts, and automation, where access can persist long after business need has ended. Current guidance increasingly treats that as an identity problem, not just a cryptography problem.

NHIMG research shows how common the operational fallout is: the Ultimate Guide to NHIs notes that 97% of NHIs carry excessive privileges, while 91.6% of secrets remain valid five days after notification. When certificates are managed without workload identity, revocation, rotation, and auditability all become weaker than they appear on paper. The result is a control that looks compliant but still allows an attacker to reuse exposed credentials. In practice, many security teams encounter this only after a build agent, service account, or integration has already outlived its intended access window.

How It Works in Practice

Workload identity changes the meaning of a certificate. Instead of treating the certificate as a generic pass, the system binds it to a specific workload, process, or runtime context so that authorisation can be evaluated against what is actually making the request. The SPIFFE workload identity specification is a common example of this model: the workload receives a cryptographic identity that represents what it is, not just what secret it possesses.

In practice, that means certificate-based controls need three things to be useful:

  • A unique workload identity that survives rescheduling, scaling, and redeployment.
  • Short-lived credentials or certificates issued per workload or task, not long-lived shared secrets.
  • Policy checks at request time, so access is based on runtime context, not on a static role assigned months ago.

This approach is especially important in CI/CD, Kubernetes, and service-to-service communication, where jobs, pods, and agents are ephemeral. If a certificate is only tied to a service account name, then any process that inherits that account can reuse the same access path. If the certificate is tied to workload identity, the security boundary becomes the running unit of work, which is far harder to reuse after termination. NHIMG’s Guide to SPIFFE and SPIRE is useful here because it shows how identity can be issued and verified without depending on static, manually tracked secrets.

That model also supports better auditing. Teams can answer which workload accessed which resource, under what trust conditions, and for how long. These controls tend to break down in legacy environments where certificates are reused across multiple hosts, tied to shared service accounts, or issued without runtime attestation.

Common Variations and Edge Cases

Tighter certificate controls often increase operational overhead, requiring organisations to balance stronger binding against deployment complexity. Not every environment can move to workload identity immediately, and best practice is evolving for hybrid estates that mix legacy VMs, containers, and external SaaS integrations.

The main edge case is a certificate that is technically short-lived but still issued to a broadly shared identity. In that scenario, expiry helps, but it does not solve attribution or reduce blast radius. Another common gap appears in edge and embedded systems where attestation is weak or absent, making it difficult to prove the workload behind the certificate. Current guidance suggests treating those environments as higher risk until identity binding is improved.

For teams evaluating maturity, NHIMG’s 52 NHI Breaches Analysis shows how often non-human credentials are abused after they are no longer supposed to be active. That pattern is why certificate lifecycle alone is not enough. The control must also answer who or what is using the certificate, and whether that usage still matches the intended workload. Where ephemeral compute and shared identities collide, certificate-based controls without workload identity usually fail first in CI/CD runners, autoscaled services, and third-party integrations that outlive their original trust assumptions.

Standards & Framework Alignment

This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.

OWASP Non-Human Identity Top 10, OWASP Agentic AI Top 10 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF and NIST Zero Trust (SP 800-207) set the governance and control requirements practitioners need to meet.

FrameworkControl / ReferenceRelevance
OWASP Non-Human Identity Top 10NHI-01Workload identity gaps create unmanaged NHI trust paths and hidden standing privilege.
OWASP Agentic AI Top 10A-03Autonomous workloads need runtime-bound identity, not static inherited access.
CSA MAESTROGOV-2MAESTRO addresses governance for machine identities and dynamic workload trust.
NIST AI RMFAI RMF helps govern autonomous or semi-autonomous workloads using certificates.
NIST Zero Trust (SP 800-207)PR.AC-3Zero Trust requires dynamic verification of workload identity before access is granted.

Issue short-lived credentials only after validating the agent or workload context at request time.

NHIMG Editorial Note
Reviewed and updated by the NHIMG editorial team on August 1, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org