Nest Engineering Docs
Processes

Data governance

Data handling expectations across services and jobs.

Purpose

Protect sensitive data while keeping systems observable and compliant.

Logging and PII

  • Do not log PII or sensitive information.
  • Scrub payloads before logging and use structured fields instead of raw data dumps.

Access

  • Data access should follow least-privilege principles.
  • Keep access scoped to the minimum required for the task.

Compliance

  • No formal compliance requirements at this time.

Last updated on