A single data bank is a centralised repository that stores identity information in one managed system instead of spreading records across multiple tools. It supports consistency, reduces duplication, and makes updates easier to govern. Its value depends on strong access control, data quality checks, and auditability.
Expanded Definition
A single data bank is a central identity repository, but in NHI security it should be understood as an architectural pattern rather than a security control by itself. It centralises identity records so teams can reduce duplication, reconcile updates, and establish one source of truth for service accounts, API keys, certificates, and related metadata. That centralisation can improve governance, yet it also concentrates operational risk if access, lineage, and change controls are weak.
For NHI programs, the key distinction is between central storage and central authority. A single data bank may hold authoritative records, but it does not automatically solve ownership, rotation, or revocation. Standards such as NIST SP 800-53 Rev 5 Security and Privacy Controls emphasize the surrounding control environment, including access enforcement, audit logging, and configuration management, because the repository itself is only as trustworthy as the controls around it. Definitions vary across vendors when the term is applied to IAM platforms, secret stores, or metadata catalogs, so the exact scope should be stated explicitly.
The most common misapplication is treating a single data bank as proof of governance, which occurs when organisations centralise records without enforcing privilege boundaries, validation, and ownership review.
Examples and Use Cases
Implementing a single data bank rigorously often introduces dependency concentration, requiring organisations to weigh operational simplicity against the blast radius of a compromise.
- A platform team stores service account metadata in one registry so application owners can reconcile who owns each NHI before rotation or offboarding.
- A security team uses a central repository to identify stale API keys and compare them with the lifecycle guidance in the Ultimate Guide to NHIs — Key Research and Survey Results.
- An enterprise links the central identity bank to NIST SP 800-53 Rev 5 Security and Privacy Controls logging requirements so every record change is attributable and reviewable.
- A cloud engineering team uses one data bank to map certificates to workloads, reducing duplicate entries across CMDB, vault, and CI/CD tooling.
- A governance team cross-checks the bank against actual runtime identities to find records that exist administratively but no longer exist in production.
These use cases are strongest when the repository is treated as a governed system of record, not as a passive spreadsheet replacement.
Why It Matters in NHI Security
A single data bank can materially improve visibility, but only if it is protected against unauthorised reads, writes, and silent drift. When a central repository becomes the trusted source for NHI inventory, any omission or stale record can cascade into missed rotations, orphaned credentials, or ineffective access reviews. That is especially important in environments where only 5.7% of organisations have full visibility into their service accounts, a signal that fragmented identity records remain a major blind spot.
In practice, the repository must support least privilege, strong change control, and evidence retention. Without those safeguards, centralisation can become a single point of failure that magnifies mistakes instead of reducing them. For broader identity governance expectations, NIST SP 800-53 Rev 5 Security and Privacy Controls provides a useful control baseline for access, auditing, and integrity management. Organisations typically encounter the true cost of a weak single data bank only after an incident reveals that records were incomplete, outdated, or altered, at which point the term becomes operationally unavoidable to address.
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 OWASP Agentic AI Top 10 address the attack and risk surface, while NIST CSF 2.0, NIST Zero Trust (SP 800-207) and NIST SP 800-63 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Central identity inventories are foundational to NHI visibility and governance. |
| NIST CSF 2.0 | GV.OV-01 | Centralised identity records support governance oversight and accountability. |
| NIST Zero Trust (SP 800-207) | AC-1 | Zero Trust depends on reliable identity context, which a single data bank can supply. |
| NIST SP 800-63 | IAL2 | Identity records must be managed with assurance appropriate to their trust impact. |
| OWASP Agentic AI Top 10 | AI-04 | Agentic systems often depend on central identity metadata for tool and action authorization. |
Assign ownership, review record quality, and evidence governance outcomes for the identity bank.
Related resources from NHI Mgmt Group
- Why do cloud data copies create more risk than a single protected dataset?
- How should teams reduce repeated database reads in a single request without risking stale identity data?
- Who should own the single source of truth for user and device lifecycle data?
- What breaks when organisations ask for full identity data instead of a single claim?