Join our Newsletter — 33% off our NHI Course

How should security teams implement data-centric security within a zero trust architecture?

Security teams should treat data-centric security as one control pillar inside a broader zero trust programme, not as a replacement for least privilege or network controls. Start by identifying what data matters, then apply classification, access restrictions, and protection controls in parallel with discovery. The practical goal is to protect data based on sensitivity, lifecycle, and obligations rather than trying to fully inventory everything first.

Implementing Data-Centric Security Inside Zero Trust

Data-centric security works best in a zero trust architecture when teams treat data as the asset being protected, while zero trust supplies the access and enforcement model around it. The shift is practical: classify the data, define who or what may touch it, and enforce controls close to the data wherever it moves. NIST SP 800-207 Zero Trust Architecture is built around continuous verification and least privilege, which makes it a strong fit for this operating model.

The core implementation pattern is to avoid waiting for perfect inventory before acting. Start with the highest-value datasets, map sensitivity and obligations, then apply classification, access restrictions, encryption, masking, and monitoring in parallel with discovery. That sequence matters because the biggest failures usually come from overexposure, not from incomplete taxonomy. For teams already building workload and service access controls, NHIMG’s Ultimate Guide to NHIs is useful for the access-governance side of the same problem, especially where secrets, API keys, and service identities can reach sensitive data.

In practice, data-centric security should also be enforced at the policy layer. Use data labels or classification tags to drive decisions about read, export, share, copy, and decrypt actions. Then make those decisions context-aware, so access can depend on identity assurance, device posture, location, and session risk, not just role membership. This is where zero trust adds value: it keeps data access conditional and revocable rather than assumed once a perimeter is crossed.

Where the Zero Trust Model Changes the Data Control Design

Zero trust changes data-centric security by forcing controls to follow the request, not the network location. That means the same dataset can have different treatment depending on who is requesting it, from what device, under what conditions, and for what purpose. The practical outcome is finer-grained protection, but also more policy complexity, so the design must stay simple enough to operate consistently.

One useful pattern is to separate control planes. Discovery and classification identify what matters. Access control decides whether the request is allowed. Protection controls such as encryption, tokenization, and DLP reduce exposure if the request is allowed or if data later leaves its intended boundary. This layered approach is stronger than relying on any single control, especially when data is copied into analytics platforms, collaboration tools, or external services.

For organisations with significant machine-to-machine traffic, data access often depends on non-human actors rather than employees. In those environments, overprivileged service identities can quietly defeat otherwise good data controls. NHIMG’s The 2026 Infrastructure Identity Survey is a useful reminder that least privilege and access governance are not optional add-ons when autonomous systems touch sensitive data.

Current guidance also suggests that teams should design for auditability from the beginning. If a policy decision cannot be explained after the fact, the control is too opaque to trust in a zero trust programme. That becomes especially important where teams need to prove that sensitive data was protected under specific conditions rather than merely “covered” by a platform setting.

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 address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-63, NIST Zero Trust (SP 800-207) and CIS Controls v8 set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.AC-4 — Access permissions and authorizations are managed Data-centric ZTA depends on least-privilege data access decisions.
PR.DS-1 — Data-at-rest is protected Sensitive data needs protection controls independent of network location.
GV.RM-01 — Risk management strategy is established Prioritising data by sensitivity and obligation is a risk-based governance decision.
Recommendation — Enforce least-privilege access for sensitive data and review authorizations continuously. Apply encryption or equivalent protection to sensitive data at rest. Set a risk-based policy for classifying and protecting critical data assets.
NIST SP 800-63 IAL/Authenticator assurance — Digital identity assurance Zero trust data access can depend on identity assurance for high-value data requests.
Recommendation — Require stronger identity assurance before granting access to sensitive data.
NIST Zero Trust (SP 800-207) ZTA-2 — All data sources and computing services are considered resources This frames data as the protected resource in a zero trust architecture.
Recommendation — Treat sensitive data as a protected resource and enforce policy at each access request.
CIS Controls v8 3 — Data Protection CIS Control 3 directly supports classification, encryption, and protection of sensitive data.
6 — Access Control Management Data-centric enforcement requires restricting who can access, export, or modify data.
Recommendation — Classify sensitive data and apply protection controls based on its sensitivity. Restrict data access to approved identities and review permissions regularly.
OWASP Non-Human Identity Top 10 NHI-01 — Secrets Management Machine and service access often depends on secrets that can expose sensitive data paths.
NHI-03 — Least Privilege and Access Management Non-human actors should not have broad data access in a zero trust model.
Recommendation — Store and rotate secrets that gate access to sensitive data. Scope non-human access to only the data and actions each workload requires.

Practitioner Guidance

What to prioritise: Start with the data that creates the greatest consequence if exposed, altered, or exfiltrated. High-value records, regulated content, and credentials or keys used to reach those records should be first in line for classification and enforcement because they drive the broadest blast radius.

What to verify: Confirm that classification is actually driving control decisions, not sitting as metadata with no enforcement behind it. A label only matters if it changes access, export, sharing, retention, logging, or cryptographic protection in a way operators can observe and test.

Common mistake: Teams often build discovery first and defer enforcement until inventory is complete. In zero trust, that delay is risky because the data that needs the most protection is usually already in use across multiple systems, and the control plane must begin narrowing access before the map is perfect.

What good looks like: Sensitive data has consistent treatment across storage, collaboration, analytics, and transfer paths, with access decisions that can be traced back to policy. When the same record is requested from a higher-risk context, the system should either step up scrutiny or deny access cleanly.

Practitioner takeaway: The goal is not to make every byte equally protected, but to make protection proportional, enforceable, and continuous as data moves through the environment.