The organisation that owns the storage should control retention, access, and downstream use of the logs through its own cloud governance model. That means applying IAM policies, retention rules, and archive controls in the destination environment, then deciding whether to route the data into analytics or SIEM tools. Central ownership improves accountability and consistency.
Why This Matters for Security Teams
When logs are streamed into cloud storage for compliance, the control question is not only where the data lands, but who can change retention, read sensitive events, and repurpose the stream for analytics. If the source system keeps control after delivery, the destination owner can inherit compliance risk without having governance authority. That creates gaps in auditability, legal hold handling, and segregation of duties.
This is why storage-side ownership matters under NIST Cybersecurity Framework 2.0 and why NHI governance guidance from Ultimate Guide to NHIs — Regulatory and Audit Perspectives emphasizes destination-environment controls. In cloud pipelines, logs often contain secrets, privilege events, and identity traces that should be governed like any other sensitive data set. Central ownership also reduces the chance that retention is set too short for regulatory needs, or too long for privacy obligations.
Practitioners often discover the ownership problem only after an auditor asks who can delete, export, or search the archived logs, not during pipeline design.
How It Works in Practice
The practical model is simple: the organisation that owns the cloud storage account, bucket, or archive vault should enforce the policy. That includes retention rules, object lock or immutability settings, lifecycle transitions, encryption key controls, and access logging in the destination environment. If the logs are forwarded into a SIEM, the SIEM should be treated as a downstream consumer, not the primary control point.
For compliance-grade logging, teams should define three layers of control. First, the producer can sign or attest to log integrity before export. Second, the storage owner applies IAM, retention, and archive policies at the destination. Third, analysts and security operations receive only the minimum access needed to search or export records. This aligns with the access-control intent in NIST SP 800-53 Rev 5 Security and Privacy Controls, especially where audit logging, media protection, and retention are concerned.
For NHI-heavy environments, this separation is especially important because service accounts, API keys, and agents often generate the very logs under review. NHIMG research in Ultimate Guide to NHIs and Top 10 NHI Issues shows that weak lifecycle discipline and shared credentials are persistent risk themes. If the destination storage is centrally governed, teams can apply retention by dataset, restrict deletions to compliance administrators, and route copies to analytics without giving every consuming tool authority over the source of record.
- Set retention in the cloud storage layer, not only in the source system.
- Use separate roles for ingestion, review, and deletion.
- Enable immutable or write-once controls where compliance requires it.
- Limit downstream tools to read-only or scoped export permissions.
These controls tend to break down when logs are replicated across multiple clouds with inconsistent policy models because retention, deletion, and access decisions no longer live in one authoritative control plane.
Common Variations and Edge Cases
Tighter log retention governance often increases operational overhead, requiring organisations to balance compliance certainty against storage cost, legal discovery, and analyst convenience. There is no universal standard for every industry, but best practice is evolving toward destination ownership with producer attestation, especially where logs cross business units or vendors.
One edge case is delegated administration. A managed security provider may operate the SIEM, but the customer should still control storage retention and access in the customer-owned account or vault. Another is regulated deletion. Some rules require short retention for privacy and longer retention for investigations, so storage policies may need tiered lifecycle rules instead of one fixed setting. For high-assurance environments, current guidance suggests treating log archives like sensitive evidence rather than routine telemetry, which means stronger controls than a normal analytics bucket.
This also matters when logs contain NHI events such as token issuance, secret use, or agent actions. A breach pattern like the Microsoft SAS Key Breach illustrates how quickly access to cloud data can become an exposure path if control boundaries are unclear. When compliance logs are stored in third-party or cross-account locations, the model breaks down if the storage owner cannot prove who changed retention, who accessed the archive, and whether the data was exported into another system without approval.
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 CSA MAESTRO address the attack and risk surface, while NIST CSF 2.0, NIST SP 800-53 Rev 5 and NIST AI RMF set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 | Logs often expose NHI credentials, tokens, and misuse paths. |
| NIST CSF 2.0 | PR.DS-1 | Retention and storage protections map directly to data security outcomes. |
| NIST SP 800-53 Rev 5 | AU-9 | AU-9 governs protection of audit information and log integrity. |
| CSA MAESTRO | GOV-03 | Agentic and cloud governance require clear ownership of telemetry and records. |
| NIST AI RMF | AI risk governance depends on traceable records and controlled reuse of logs. |
Treat log destinations as NHI-sensitive data stores and restrict who can read, export, or delete them.
Related resources from NHI Mgmt Group
- Why do manual ID card processes create risk for access control and compliance?
- How should organisations automate compliance evidence for password management and access control?
- What breaks when access governance is not connected to compliance mapping in cloud environments?
- What breaks when organisations rely on compliance status instead of continuous control verification for cloud identity governance?