Privacy
Red-Govern is designed for local-first operation. Configuration, snapshots, and generated reports remain on the machine where the CLI runs unless the user deliberately moves or shares them.
Default privacy controls
The starter configuration disables telemetry, external services, and query-text capture:
Query monitoring also defaults to query-text capture being disabled.
Operational metadata can still be sensitive
Even without business-row data, governance outputs can reveal:
- account, cluster, or workgroup identifiers;
- database usernames;
- database, schema, table, and column names;
- query timing, frequency, status, and identifiers;
- classification labels;
- operational ownership or registry information;
- local paths and report names.
Treat reports and snapshots according to the data-handling requirements of the organisation that owns the Redshift environment.
Before sharing output
- run
red-govern privacy-audit; - review effective settings with
red-govern config-show; - remove credentials, endpoints, account identifiers, and usernames;
- redact confidential object names and query information;
- confirm that the recipient is authorised;
- use an approved transfer mechanism.
Local storage
Keep generated JSON, Excel, and SQLite files outside shared folders and version control. Restrictive local file permissions reduce accidental exposure but do not replace endpoint security, disk encryption, access control, retention, or secure deletion.
See configuration for privacy settings and security for incident and vulnerability reporting.