cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.53k stars 3.7k forks source link

kv: granularly redact payload information in debug.zip #88941

Open amruss opened 1 year ago

amruss commented 1 year ago

In 22.2/22.1 patch release, we redacted the payloads from the system.jobs table for PCI compliance. This was a course-grained approach, that obscures important information for debugging. The kv team should decide what information should not be redacted for span configs and implement this in a 22.2 patch release.

For more information, see: https://github.com/cockroachdb/cockroach/issues/88069 For inspiration, see: https://github.com/cockroachdb/cockroach/pull/87839

Jira issue: CRDB-20051

github-actions[bot] commented 3 months ago

We have marked this issue as stale because it has been inactive for 18 months. If this issue is still relevant, removing the stale label or adding a comment will keep it active. Otherwise, we'll close it in 10 days to keep the issue queue tidy. Thank you for your contribution to CockroachDB!