Use runtime-issued access, minimise trust edges, and retire any credential path that still depends on persistent secrets. The goal is to keep the identity ephemeral, the trust path explicit, and the audit trail centralised. If a workload can only function by preserving a static credential, the design is already carrying avoidable risk.
Why This Matters for Security Teams
When a workload has to span multiple clouds, the security problem is not simply connectivity. It is identity consistency across different trust zones, control planes, and audit models. Static credentials tend to survive longer than intended, get copied between environments, and create hidden trust edges that are difficult to inventory. That is why practitioners increasingly anchor multi-cloud design around runtime-issued access, explicit trust boundaries, and workload identity rather than shared secrets. The NIST Cybersecurity Framework 2.0 reinforces the need for governed access and continuous oversight, but multi-cloud adds a stronger requirement: credentials must be scoped to the moment of use. NHIMG research on Guide to SPIFFE and SPIRE highlights why cryptographic workload identity is becoming the preferred primitive for machine access. In practice, many security teams encounter multi-cloud identity sprawl only after secrets have already been reused across environments and the blast radius has expanded.
How It Works in Practice
The most effective multi-cloud pattern is to treat the workload, not the cloud account, as the unit of trust. That means each service instance proves what it is through workload identity, then receives short-lived access only for the task it is performing. Current guidance suggests pairing that identity layer with policy decisions made at request time, rather than pre-authorising broad access for an entire deployment. For implementation, teams often combine SPIFFE workload identity specification principles with policy-as-code, short TTL tokens, and centralised logging.
A practical multi-cloud control set usually includes:
- Per-workload identity issuance instead of shared service accounts.
- Ephemeral credentials that expire automatically after the transaction or session.
- Central policy evaluation before access is granted to data, APIs, or queues.
- Revocation paths that work across clouds, not just inside one provider boundary.
- Continuous audit correlation so the same workload action can be traced across environments.
NHIMG’s Ultimate Guide to NHIs — What are Non-Human Identities and Ultimate Guide to NHIs — Key Challenges and Risks both reflect the core operational issue: the same workload may need to authenticate differently in each cloud while still appearing as one governed identity to the security team. These controls tend to break down when organisations rely on copied secrets for cross-cloud automation, because revocation and attribution become inconsistent across providers.
Common Variations and Edge Cases
Tighter cross-cloud identity controls often increase engineering overhead, requiring organisations to balance stronger isolation against deployment complexity. That tradeoff is real, especially where legacy applications cannot yet exchange tokens dynamically or where a third-party service requires long-lived credentials. There is no universal standard for every multi-cloud integration, so best practice is evolving toward phased replacement rather than a big-bang secret removal programme.
Edge cases usually appear in three places. First, batch jobs and event-driven pipelines may need temporary elevated access, but that access should still be issued just in time and revoked on completion. Second, some disaster-recovery designs keep a fallback credential path; that path should be tightly scoped, monitored, and documented because it becomes a permanent exception if left alone. Third, organisations using multiple cloud-native identity systems may need a translation layer so the workload presents one cryptographic identity even when provider-specific tokens differ.
NHIMG data shows why the shift matters: the The 2024 Non-Human Identity Security Report found that 35.6% of organisations cite consistent access across hybrid and multi-cloud environments as their top NHI security challenge, while 59.8% see value in dynamic ephemeral credentials. That combination is the practical signal: the control goal is not just access, but access that is short-lived, attributable, and removable without depending on a single cloud boundary.
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 and CSA MAESTRO address the attack and risk surface, while NIST AI RMF, NIST Zero Trust (SP 800-207) and NIST CSF 2.0 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Multi-cloud access should eliminate shared static secrets and expose each workload’s identity. |
| CSA MAESTRO | IAM | MAESTRO addresses identity, access, and trust for distributed cloud and agentic workloads. |
| NIST AI RMF | AI RMF is relevant where autonomous workloads span clouds and need governed runtime decisions. | |
| NIST Zero Trust (SP 800-207) | SC-7 | Zero Trust principles fit multi-cloud trust minimisation and explicit verification. |
| NIST CSF 2.0 | PR.AC-4 | Access permissions must stay least-privilege across cloud boundaries. |
Use AI RMF governance to define ownership, oversight, and runtime accountability for multi-cloud workloads.
Related resources from NHI Mgmt Group
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on July 22, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org