What you need to know
Cloud-native zero trust shifts application policy toward user, application, and service identities. Inventory workload identities and enforce narrowly scoped service-to-service authorization across environments.
Potentially affected
Organizations running microservices or distributed applications across on-premises, hybrid, or multiple cloud environments.
DSE recommendation
Issue verifiable workload identities, define service-to-service policy at the application layer, constrain gateway and proxy administration, and test identity rotation and policy failure independently of network location.
Bottom line: a service should not gain trust merely because it runs inside a familiar cluster, subnet, cloud account, or data center. For cloud-native applications, authorization should identify the calling workload and the requested action, then apply explicit policy regardless of where the service happens to run.
Source fact: what NIST describes
NIST SP 800-207A applies zero-trust architecture concepts to cloud-native applications in hybrid and multi-cloud environments. NIST describes a shift from controls based mainly on network parameters toward policies based on application and service identities, in addition to user identity. The publication discusses an enabling platform that can include API gateways, sidecar proxies, and application identity infrastructure, with the objective of enforcing granular application-level policies across locations.
NIST does not say that networks stop mattering. The source describes removing implicit trust based only on location; segmentation and network controls can remain useful layers.
What the source does not establish
The model does not certify a particular service mesh, gateway, identity framework, or cloud provider. Deploying mutual authentication or a sidecar does not prove that authorization is correct. A strong workload identity can still be over-privileged, issued to the wrong runtime, accepted by the wrong audience, or left active after retirement.
Applicability depends on application architecture, platform support, identity issuance, protocol paths, legacy components, latency and availability requirements, and who controls the policy and trust anchors.
Applicability questions
- Which human, service, batch, device, and automation identities call each application interface?
- How is workload identity issued, bound to a runtime, rotated, revoked, and logged?
- Which actions and data may each identity reach, and where is that policy enforced?
- Can traffic bypass the gateway, proxy, or policy decision point?
- What happens when identity issuance, policy distribution, or a sidecar is unavailable?
DSE recommendation: build a workload authorization map
The following steps are DSE recommendations based on the cited source.
- Inventory application flows as caller, action, destination, data class, environment, and owner. Include background jobs, administrative paths, and third-party integrations.
- Give workloads distinct, short-lived identities where the platform supports them. Avoid reusing a shared secret or broad cloud identity across unrelated services.
- Write allow policy from the required business flow. Deny unexpected identities, audiences, methods, and destinations; give every exception an owner and expiration.
- Protect the enforcement plane. Restrict who can change gateways, identity issuers, trust bundles, proxy configuration, and authorization policy. Log and review those changes.
- Preserve network defenses for containment, management isolation, and traffic observation. Do not represent identity policy as a replacement for every network control.
- Test rotation, revocation, stale policy, enforcement failure, and attempted bypass before broad rollout.
Verification and evidence
For a sample service, retain the flow diagram, workload identity record, policy revision, change approval, successful and denied transaction logs, rotation and revocation test, bypass test, and documented failure behavior. Verify that the evidence names the exact environment and service version.
Official references
- NIST SP 800-207A — A Zero Trust Architecture Model for Access Control in Cloud-Native Applications in Multi-Cloud Environments — National Institute of Standards and Technology; finalized September 13, 2023
- NIST SP 800-207 — Zero Trust Architecture — National Institute of Standards and Technology
Review the official source
NIST SP 800-207A — A Zero Trust Architecture Model for Access Control in Cloud-Native Applications · Published September 13, 2023
Need help applying this guidance safely?
DSE can help confirm applicability, protect service continuity, and validate the result across physical security and IT systems.
Talk with DSE