Observability Platform · View 23 of 25 · Assurance
Decisions
- Redaction happens at the gateway, before any write, and every redaction is counted and attributed. The platform assumes logs will contain personal data despite policy, because they always do.
- The compliance class has a narrower audience than the rest of telemetry and its own retention and deletion controls, which is what lets everything else expire on schedule.
- Reading production telemetry is an audited action, written before it executes. A debugging interface over production logs is a production data interface.
The untrusted edge
- Client telemetry is its own trust zone with its own rate limits and attribute allow-list, and a client-supplied resource identity can never impersonate an in-house service.
- Keys are held outside the platform, so crypto-shredding a retention class is available as a deletion mechanism of last resort.
Risks
- Gateway redaction is pattern-based and will miss things. It reduces exposure; it does not make the log store safe to open widely, which is why authorisation by class exists as well.
- Break-glass access to the platform when the identity provider is down is a real requirement and a real standing risk. It is short-lived and recorded, and it is still a door.