Subscribe to the Non-Human & AI Identity Journal
Home Glossary Governance, Ownership & Risk Confidentiality Control
Governance, Ownership & Risk

Confidentiality Control

← Back to Glossary
By NHI Mgmt Group Updated June 11, 2026 Domain: Governance, Ownership & Risk

A confidentiality control limits access to sensitive business information so it is not disclosed accidentally or inappropriately. It usually combines access restriction, classification, retention, and disposal rules, because information stays at risk whenever its permissions or lifetime are broader than the business need.

Expanded Definition

Confidentiality control is the set of safeguards that prevent sensitive information from being disclosed to the wrong person, system, or process. In the NHI domain, that means limiting which service accounts, agents, workflows, and APIs can read data, and ensuring access is constrained by purpose, time, and lifecycle.

Unlike broad security policy, confidentiality control is operational. It includes classification, least privilege, retention limits, secure disposal, and monitoring of who can access secrets, tokens, logs, payloads, and model context. Guidance varies across vendors, but the practical standard is the same: data should be visible only where business need and authorization overlap. This aligns closely with identity assurance concepts in NIST SP 800-63 Digital Identity Guidelines, even though NIST focuses on identity proofing and authenticator assurance rather than information handling alone.

The most common misapplication is treating encryption as the entire control, which occurs when organisations encrypt data at rest but leave broad read access, weak sharing rules, or exposed logs unchanged.

Examples and Use Cases

Implementing confidentiality control rigorously often introduces friction in workflows and access review, requiring organisations to weigh speed of retrieval against the cost of tighter governance.

  • A CI/CD pipeline can deploy code successfully while still blocking service accounts from reading production secrets unless the job is explicitly approved.
  • An AI agent can be permitted to summarize a ticket without being allowed to access raw customer records, preserving need-to-know boundaries.
  • API keys stored in a vault are restricted by role and environment so a development tool cannot retrieve production credentials by default.
  • Retention rules remove old exports, logs, and snapshots before they become an unmanaged disclosure path, especially where secrets or tokens may be embedded.
  • The pattern of long-lived token exposure described in the JetBrains GitHub plugin token exposure shows how a convenience workflow can become a confidentiality problem when access scope is wider than intended.

For NHI programs, this is also where Ultimate Guide to NHIs and standards-oriented identity guidance intersect with operational policy: access must be as narrow as the job, not as broad as the tool’s default configuration.

Why It Matters in NHI Security

Confidentiality control is often the difference between a contained exposure and a breach that spreads through automation. When NHIs can read more data than they need, attackers who compromise one token, service account, or agent can pivot into logs, secrets stores, customer data, or downstream systems. That is why NHI governance treats confidentiality as a lifecycle issue, not just an access-control setting.

NHIMG research shows that 79% of organisations have experienced secrets leaks, with 77% of these incidents resulting in tangible damage, and 96% store secrets outside secrets managers in vulnerable locations. Those conditions make confidentiality controls operationally urgent, especially when combined with weak rotation, overbroad entitlements, and missing offboarding. The control also supports Zero Trust assumptions: no identity, human or non-human, should inherit trust simply because it is internal.

Organisations typically encounter the impact only after a token leak, overexposed dataset, or incident review reveals that access was broader than the business task, at which point confidentiality control 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 address the attack and risk surface, while NIST CSF 2.0 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-01Confidentiality hinges on least privilege and reducing exposure of NHI credentials and data.
NIST CSF 2.0PR.AC-4Access permissions management underpins confidentiality control for identities and systems.
NIST Zero Trust (SP 800-207)Zero Trust assumes no implicit trust and limits data access by context and verification.

Apply least privilege, periodic access reviews, and segregation of duties to sensitive data access.

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