You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
150364: sql, settings, cli: Add sensitive, reportable columns to cluster_settings and update debug zip setting redaction logic r=kyle-a-wong a=kyle-a-wong
commit 1/2:
sql,settings: add sensitive, reportable to cluster_settings VTable
updates the crdb_internal.cluster_settings VTable to include 2 new
columns: sensitive and reportable. These two new columns expose the
isSensitive and isReportable attributes from settings objects.
Epic: None
Release note: None
---
commit 2/2:
cli: updates redaction policy for cluster settings in debug zip
Previously, debug zip always exposed all settings values for
unredacted debug zips, and redacted all string setting types
for redacted debug zips.
Now, "sensitive" cluster settings will always be redacted
in debug zip, and "sensitive" and "non-reportable" cluster
settings will be redacted for redacted debug zips.
Release note (cli change): debug zips will now always redact
"sensitive" cluster settings, whether or not a redacted debug
zip is requested. For redacted debug zips, both "sensitive"
and "non-reportable" cluster settings are redacted. This
replaces the old logic where string-type cluster settings
were always redacted for redacted debug-zips.
Co-authored-by: Kyle Wong <[email protected]>
0 commit comments