forked from cockroachdb/cockroach
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cli: adding column redaction to selected system and crdb_internal tables
DB dump tables contain un-redacted information which might contain crucial customer data like hostname / ip addresses etc. Some of these table data is served to debug zip through APIs. But many self hosted customers would not like to pass these information out of their network. This PR solves this issue and introduces un-redacted query support for few of such tables. Epic: https://cockroachlabs.atlassian.net/browse/CRDB-19369 Release note: None
- Loading branch information
1 parent
1ee6c19
commit f0c6f0a
Showing
1 changed file
with
87 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters