Join our Newsletter — 33% off our NHI Course

California Consumer Privacy Act

California’s core consumer privacy law gives residents rights over personal information businesses collect about them. It requires notice at collection, access and deletion rights, and the ability to opt out of data sales. The law applies to covered businesses that meet statutory thresholds and process California residents’ personal information.

Expanded Definition

The California consumer Privacy Act, or CCPA, is a consumer privacy law that governs how covered businesses collect, use, share, and disclose personal information about California residents. In NHI security work, it matters because many service accounts, API keys, telemetry pipelines, and automated workflows process personal data even when no human operator is directly handling it.

CCPA is not an identity standard, but it often overlaps with identity governance because access rights, retention limits, and data minimisation depend on knowing which non-human identities can reach personal information. Definitions vary across vendors when they treat privacy compliance as a pure legal issue; in practice, privacy obligations must be mapped to technical controls, such as logging, least privilege, and purpose limitation. The law also sits alongside broader privacy obligations reflected in the EU General Data Protection Regulation (GDPR) and control frameworks like NIST SP 800-53 Rev 5 Security and Privacy Controls.

The most common misapplication is assuming CCPA only applies to customer-facing apps, which occurs when backend jobs, data exports, and support automations are not included in the data map.

Examples and Use Cases

Implementing CCPA rigorously often introduces data-mapping and access-review overhead, requiring organisations to weigh privacy assurance against operational complexity.

  • A SaaS platform uses a service account to export California resident records for subject access requests, then limits that account to the minimum fields needed.
  • A marketing automation workflow processes personal information for outreach, so the business documents notice at collection and ensures opt-out signals are respected across systems.
  • A support analytics pipeline ingests tickets and chat logs, prompting the team to classify which data elements are personal information and which NHIs can touch them.
  • An engineering group reviews whether secrets embedded in CI/CD jobs can reveal customer data paths, informed by patterns seen in the IOS app secrets leakage report.
  • A privacy office aligns service-account logging with access governance requirements from NIST SP 800-53 Rev 5 Security and Privacy Controls so automated data handling can be reviewed during audits.

Why It Matters in NHI Security

CCPA becomes an NHI security issue because automated identities are often the hidden actors that move, enrich, and expose regulated personal information. When those identities are overprivileged, poorly logged, or left active after a workflow ends, privacy rights become hard to honour and difficult to prove. NHIMG research shows that 79% of organisations have experienced secrets leaks, and 77% of those incidents caused tangible damage, which is why privacy compliance cannot rely on policy language alone. A compromised API key or service account can turn a routine data request into a disclosure event, especially when secrets are stored outside controlled vaults or embedded in build systems. The Ultimate Guide to Non-Human Identities also shows that 96% of organisations store secrets outside secrets managers, underscoring how common the underlying exposure pattern is.

CCPA therefore demands practical controls over discovery, retention, deletion workflows, and access segregation for every NHI that handles personal information. Organisations typically encounter the full privacy and security impact only after a deletion request, data subject dispute, or breach investigation, at which point CCPA 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, NIST SP 800-63, NIST Zero Trust (SP 800-207) and NIST AI RMF set the governance and control requirements practitioners need to meet.

Framework Control / Reference Relevance
NIST CSF 2.0 PR.DS CCPA depends on controlling personal data storage, flow, and protection across systems.
NIST SP 800-63 Identity assurance supports reliable attribution of automated actions touching regulated data.
NIST Zero Trust (SP 800-207) Zero Trust requires explicit verification before any NHI can access personal information.
OWASP Non-Human Identity Top 10 NHI-02 Secret exposure is a primary pathway to unlawful access and privacy failure.
NIST AI RMF AI systems processing personal data need governance for privacy, accountability, and monitoring.

Limit NHI access to personal data and protect data flows with documented handling and retention controls.